@charset "UTF-8";

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 1.15
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

figcaption,
figure,
main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    -webkit-text-decoration-skip: objects;
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit;
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details,
menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

[hidden],
template {
    display: none
}

/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */
html {
    color: #222;
    font-size: 1em;
    line-height: 1.4
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}

::selection {
    background: #b3d4fc;
    text-shadow: none
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

.browserupgrade {
    background: #ccc;
    color: #000;
    margin: .2em 0;
    padding: .2em 0
}

.hidden {
    display: none !important
}

.visuallyhidden {
    border: 0;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    display: inline-block;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    width: 1px
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    white-space: inherit;
    width: auto
}

.invisible {
    visibility: hidden
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

*,
:after,
:before {
    border-width: 0;
    box-sizing: border-box
}

body,
button,
html,
input,
select,
textarea {
    color: #283545
}

body {
    background-color: #fff;
    direction: ltr;
    font-family: Open Sans, Arial, Helvetica, Verdana, sans-serif;
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1.375rem;
    margin: 0;
    overflow-x: hidden;
    padding: 0;
    text-align: left
}

:focus {
    outline: none
}

.pseudo-link,
a {
    color: #0c51a3
}

.pseudo-link:hover,
a:hover {
    cursor: pointer;
    outline: 0;
    text-decoration: none
}

.pseudo-link:focus,
.pseudo-link:visited,
a:focus,
a:visited {
    outline: none
}

.pseudo-link:active,
a:active {
    cursor: pointer;
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
mark,
strong {
    font-weight: 700
}

mark {
    background: #f6f7f8
}

form {
    margin: 0
}

button,
input[type=button],
input[type=email],
input[type=reset],
input[type=submit],
input[type=tel],
input[type=text],
select,
textarea {
    background: none transparent;
    border-radius: 0;
    box-shadow: none !important
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
    cursor: pointer
}

button[disabled],
input[disabled] {
    cursor: default
}

button {
    border: none
}

body[data-os=ios] button,
body[data-os=ios] button.invalid,
body[data-os=ios] input[type=button],
body[data-os=ios] input[type=button].invalid,
body[data-os=ios] input[type=email],
body[data-os=ios] input[type=email].invalid,
body[data-os=ios] input[type=reset],
body[data-os=ios] input[type=reset].invalid,
body[data-os=ios] input[type=submit],
body[data-os=ios] input[type=submit].invalid,
body[data-os=ios] input[type=tel],
body[data-os=ios] input[type=tel].invalid,
body[data-os=ios] input[type=text],
body[data-os=ios] input[type=text].invalid,
body[data-os=ios] select,
body[data-os=ios] select.invalid,
body[data-os=ios] textarea,
body[data-os=ios] textarea.invalid,
body[data-os=macintosh] button,
body[data-os=macintosh] button.invalid,
body[data-os=macintosh] input[type=button],
body[data-os=macintosh] input[type=button].invalid,
body[data-os=macintosh] input[type=email],
body[data-os=macintosh] input[type=email].invalid,
body[data-os=macintosh] input[type=reset],
body[data-os=macintosh] input[type=reset].invalid,
body[data-os=macintosh] input[type=submit],
body[data-os=macintosh] input[type=submit].invalid,
body[data-os=macintosh] input[type=tel],
body[data-os=macintosh] input[type=tel].invalid,
body[data-os=macintosh] input[type=text],
body[data-os=macintosh] input[type=text].invalid,
body[data-os=macintosh] select,
body[data-os=macintosh] select.invalid,
body[data-os=macintosh] textarea,
body[data-os=macintosh] textarea.invalid {
    -webkit-appearance: none
}

.visuallyhidden {
    position: absolute
}

embed,
img,
video {
    height: auto !important;
    max-width: 100%;
    width: auto !important
}

@font-face {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 300;
    src: url(https://assets.fxcm.com/fonts/Open-Sans/OpenSans-Light.woff2) format("woff2")
}

@font-face {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 400;
    src: url(https://assets.fxcm.com/fonts/Open-Sans/OpenSans-Regular.woff2) format("woff2")
}

@font-face {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    src: url(https://assets.fxcm.com/fonts/Open-Sans/OpenSans-Semibold.woff2) format("woff2")
}

@font-face {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 700;
    src: url(https://assets.fxcm.com/fonts/Open-Sans/OpenSans-Bold.woff2) format("woff2")
}

@font-face {
    font-family: Open Sans Condensed;
    font-style: normal;
    font-weight: 300;
    src: url(https://assets.fxcm.com/fonts/Open-Sans-Condensed/OpenSansCondensed-Light.woff2) format("woff2")
}

@font-face {
    font-family: Open Sans Condensed;
    font-style: normal;
    font-weight: 700;
    src: url(https://assets.fxcm.com/fonts/Open-Sans-Condensed/OpenSansCondensed-Bold.woff2) format("woff2")
}

@font-face {
    font-family: Soehne;
    font-style: normal;
    font-weight: 300;
    src: url(https://assets.fxcm.com/fonts/Soehne/Soehne-Light.woff2) format("woff2")
}

@font-face {
    font-family: Soehne;
    font-style: normal;
    font-weight: 400;
    src: url(https://assets.fxcm.com/fonts/Soehne/Soehne-Regular.woff2) format("woff2")
}

@font-face {
    font-family: Soehne;
    font-style: normal;
    font-weight: 500;
    src: url(https://assets.fxcm.com/fonts/Soehne/Soehne-Semibold.woff2) format("woff2")
}

@font-face {
    font-family: Blender;
    font-style: normal;
    font-weight: 500;
    src: url(https://assets.fxcm.com/fonts/Blender/Blender-Medium.woff2) format("woff2")
}

@font-face {
    font-family: Blender;
    font-style: normal;
    font-weight: 700;
    src: url(https://assets.fxcm.com/fonts/Blender/Blender-Bold.woff2) format("woff2")
}

.h1,
h1 {
    font-size: 2.6875rem;
    font-weight: 600;
    line-height: 3.5rem;
    margin-bottom: 20px
}

.h1,
.h2,
h1,
h2 {
    font-family: Open Sans, Arial, Helvetica, Verdana, sans-serif;
    margin-top: 0;
    text-transform: none
}

.h2,
h2 {
    font-size: 1.5625rem;
    font-weight: 400;
    line-height: 2.375rem;
    margin-bottom: 10px
}

.h3,
.h4,
h3,
h4 {
    font-family: Open Sans, Arial, Helvetica, Verdana, sans-serif;
    font-size: .9375rem;
    font-weight: 700;
    line-height: 1.625rem;
    margin-bottom: 20px;
    margin-top: 0;
    text-transform: uppercase
}

.h4,
h4 {
    margin-bottom: 0
}

.h5,
h5 {
    font-family: Open Sans, Arial, Helvetica, Verdana, sans-serif;
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.4375rem;
    margin-bottom: 10px;
    text-transform: none
}

.h5,
dl,
h5,
p {
    margin-top: 0
}

dl,
p {
    list-style: none;
    margin-bottom: 20px
}

p>img {
    margin-top: 5px
}

p:empty {
    display: none
}

.lead-in {
    font-family: Open Sans, Arial, Helvetica, Verdana, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8125rem;
    text-transform: none
}

.lead-in a,
.lead-in strong {
    font-weight: 600
}

.note,
.note-wrap {
    font-family: Open Sans, Arial, Helvetica, Verdana, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.4375rem;
    text-transform: none
}

sup.reference-num:first-child {
    float: left;
    line-height: inherit;
    padding-right: 7px
}

h1:not([class^=h])+.lead-in {
    margin-top: -12px
}

.h2+h3,
.h2+h4,
h2+h3,
h2+h4 {
    margin-top: 20px
}

blockquote {
    color: #5b6a88;
    font-family: Open Sans, Arial, Helvetica, Verdana, sans-serif;
    font-size: 1.1875rem;
    font-weight: 400;
    line-height: 1.8125rem;
    margin: 30px 20px 25px 40px;
    position: relative
}

blockquote p {
    padding: 10px
}

blockquote:before {
    margin-left: -40px;
    top: 20px
}

blockquote:after,
blockquote:before {
    color: #5b6a88;
    content: '"';
    font-size: 76px;
    line-height: 7px;
    position: absolute;
    vertical-align: -30px
}

blockquote:after {
    bottom: -20px;
    margin-right: 19px;
    right: -35px
}

.pseudo-link,
a {
    font-weight: 600;
    text-decoration: underline
}

.highlight {
    background: #0c51a3;
    border-bottom: 1px solid #093973;
    color: #fff;
    padding: 0 4px;
    text-decoration: none
}

.highlight:hover {
    background: #5b6a88;
    border-bottom: 1px solid #283545
}

a.reset {
    color: inherit;
    font-weight: 400
}

a.invert,
a.reset {
    text-decoration: none
}

a.invert:hover {
    text-decoration: underline
}

a.back-to-top {
    font-family: Open Sans, Arial, Helvetica, Verdana, sans-serif;
    font-size: .6875rem;
    font-weight: 700;
    line-height: 1.25rem;
    position: relative;
    text-transform: uppercase
}

a.error {
    background-color: #ea0404;
    color: #fff
}

ol,
ul {
    font-family: Open Sans, Arial, Helvetica, Verdana, sans-serif;
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1.375rem;
    list-style: none;
    margin: 0 0 20px 20px;
    padding-left: 0
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin: 10px 0
}

ol>li,
ul>li {
    margin-left: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    position: relative
}

ol>li:last-child,
ul>li:last-child {
    padding-bottom: 0
}

ul>li:before {
    content: "■";
    display: block;
    font-family: serif;
    font-size: 90%;
    position: absolute;
    right: 100%;
    text-shadow: none !important;
    top: 0
}

ul.list-icon-circle>li:before {
    content: "●"
}

ul.list-icon-grey>li:before {
    color: #b2bfd0
}

ul.list-icon-grey-darkest>li:before {
    color: #283545
}

ul.list-icon-grey-darker>li:before {
    color: #5b6a88
}

ul.list-icon-grey-dark>li:before {
    color: #8799ae
}

ul.list-icon-grey-light>li:before {
    color: #e0e4e9
}

ul.list-icon-grey-lighter>li:before {
    color: #ebf0f4
}

ul.list-icon-grey-lightest>li:before {
    color: #f6f7f8
}

ul.list-icon-teal>li:before {
    color: #01acb6
}

ul.list-icon-teal-dark>li:before {
    color: #0a8194
}

ul.list-icon-teal-light>li:before {
    color: #18d5d2
}

ul.list-icon-blue>li:before {
    color: #0c51a3
}

ul.list-icon-blue-dark>li:before {
    color: #225592
}

ul.list-icon-blue-light>li:before {
    color: #0e75bd
}

ul.list-icon-blue-lighter>li:before {
    color: #4fc2ea
}

ul.list-icon-mustard>li:before {
    color: #edda8e
}

ul.list-icon-yellow>li:before {
    color: #f4ad03
}

ul.list-icon-beige>li:before {
    color: #f6f4e1
}

ul.list-icon-red>li:before {
    color: #ea0404
}

ul.list-icon-green>li:before {
    color: #67b20b
}

ul.list-icon-forest-green>li:before {
    color: #629083
}

ul.list-icon-black>li:before {
    color: #000
}

ul.list-icon-white>li:before {
    color: #fff
}

ul.has-ico>li:before {
    display: none
}

ul.has-ico>li>.ico:first-child {
    position: absolute;
    right: 100%;
    top: 4px
}

ul.list-inline-pipes {
    font-weight: 600;
    margin-left: 0;
    overflow: hidden
}

ul.list-inline-pipes li {
    display: inline-block;
    float: left;
    margin: 0 !important;
    padding: 0 !important
}

ul.list-inline-pipes li:before {
    display: none
}

ul.list-inline-pipes li:after {
    content: "    |    ";
    display: inline-block;
    font-weight: 700;
    padding: 0;
    position: relative;
    top: -1px;
    transform: scaleY(.925);
    white-space: pre
}

ul.list-inline-pipes li:last-child:after {
    display: none
}

ul.reset {
    margin-left: 0
}

ul.reset>li {
    margin: 0;
    padding: 0
}

ul.reset>li:before {
    display: none
}

ol {
    counter-reset: li
}

ol>li:before {
    content: counter(li) ".";
    counter-increment: li;
    font-weight: 600;
    position: absolute;
    right: calc(100% - 5px)
}

ol.list-icon-circle li,
ol.list-icon-square li {
    margin-bottom: 12px
}

ol.list-icon-circle li:before,
ol.list-icon-square li:before {
    background-color: #283545;
    color: #fff;
    content: counter(li);
    height: 22px;
    text-align: center;
    width: 22px
}

ol.list-icon-circle>li:before {
    border-radius: 50%
}

ol ol>li:before {
    content: counter(li, upper-alpha) "."
}

ol ol ol>li:before {
    content: counter(li, lower-roman) "."
}

ol ol ol ol>li:before {
    content: counter(li, lower-alpha) "."
}

ol.list-icon-grey>li:before {
    background-color: #b2bfd0
}

ol.list-icon-grey-darkest>li:before {
    background-color: #283545
}

ol.list-icon-grey-darker>li:before {
    background-color: #5b6a88
}

ol.list-icon-grey-dark>li:before {
    background-color: #8799ae
}

ol.list-icon-grey-light>li:before {
    background-color: #e0e4e9
}

ol.list-icon-grey-lighter>li:before {
    background-color: #ebf0f4
}

ol.list-icon-grey-lightest>li:before {
    background-color: #f6f7f8
}

ol.list-icon-teal>li:before {
    background-color: #01acb6
}

ol.list-icon-teal-dark>li:before {
    background-color: #0a8194
}

ol.list-icon-teal-light>li:before {
    background-color: #18d5d2
}

ol.list-icon-blue>li:before {
    background-color: #0c51a3
}

ol.list-icon-blue-dark>li:before {
    background-color: #225592
}

ol.list-icon-blue-light>li:before {
    background-color: #0e75bd
}

ol.list-icon-blue-lighter>li:before {
    background-color: #4fc2ea
}

ol.list-icon-mustard>li:before {
    background-color: #edda8e
}

ol.list-icon-yellow>li:before {
    background-color: #f4ad03
}

ol.list-icon-beige>li:before {
    background-color: #f6f4e1
}

ol.list-icon-red>li:before {
    background-color: #ea0404
}

ol.list-icon-green>li:before {
    background-color: #67b20b
}

ol.list-icon-forest-green>li:before {
    background-color: #629083
}

ol.list-icon-black>li:before {
    background-color: #000
}

ol.list-icon-white>li:before {
    background-color: #fff
}

ol[start="2"] {
    counter-reset: li 1
}

ol[start="3"] {
    counter-reset: li 2
}

ol[start="4"] {
    counter-reset: li 3
}

ol[start="5"] {
    counter-reset: li 4
}

ol[start="6"] {
    counter-reset: li 5
}

ol[start="7"] {
    counter-reset: li 6
}

ol[start="8"] {
    counter-reset: li 7
}

ol[start="9"] {
    counter-reset: li 8
}

ol[start="10"] {
    counter-reset: li 9
}

ol[start="11"] {
    counter-reset: li 10
}

ol[start="12"] {
    counter-reset: li 11
}

ol[start="13"] {
    counter-reset: li 12
}

ol[start="14"] {
    counter-reset: li 13
}

ol[start="15"] {
    counter-reset: li 14
}

.tab-title {
    background-color: #283545;
    color: #fff;
    display: inline-block;
    font-family: Open Sans, Arial, Helvetica, Verdana, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.6875rem;
    margin: 0 0 10px;
    padding: 2px 20px
}

.lp-heading,
.tab-title {
    text-transform: uppercase
}

.lp-heading {
    color: #0e75bd;
    font-size: 1.875rem;
    margin-bottom: 20px
}

.txt-10 {
    font-size: .625rem !important;
    line-height: 1.1875rem !important
}

ol.txt-10 ol,
ol.txt-10 ul,
ul.txt-10 ol,
ul.txt-10 ul {
    margin-bottom: 7px;
    margin-top: 10px
}

ol.txt-10>li,
ul.txt-10>li {
    margin-left: 7px;
    padding-bottom: 7px;
    padding-left: 12px
}

ol.list-icon-circle.txt-10>li:before,
ol.list-icon-square.txt-10>li:before {
    height: 19px;
    width: 19px
}

.txt-11 {
    font-size: .6875rem !important;
    line-height: 1.25rem !important
}

ol.txt-11 ol,
ol.txt-11 ul,
ul.txt-11 ol,
ul.txt-11 ul {
    margin-bottom: 8px;
    margin-top: 11px
}

ol.txt-11>li,
ul.txt-11>li {
    margin-left: 8px;
    padding-bottom: 8px;
    padding-left: 13px
}

ol.list-icon-circle.txt-11>li:before,
ol.list-icon-square.txt-11>li:before {
    height: 20px;
    width: 20px
}

.txt-12 {
    font-size: .75rem !important;
    line-height: 1.3125rem !important
}

ol.txt-12 ol,
ol.txt-12 ul,
ul.txt-12 ol,
ul.txt-12 ul {
    margin-bottom: 9px;
    margin-top: 12px
}

ol.txt-12>li,
ul.txt-12>li {
    margin-left: 9px;
    padding-bottom: 9px;
    padding-left: 14px
}

ol.list-icon-circle.txt-12>li:before,
ol.list-icon-square.txt-12>li:before {
    height: 21px;
    width: 21px
}

.txt-13 {
    font-size: .8125rem !important;
    line-height: 1.375rem !important
}

ol.txt-13 ol,
ol.txt-13 ul,
ul.txt-13 ol,
ul.txt-13 ul {
    margin-bottom: 9px;
    margin-top: 13px
}

ol.txt-13>li,
ul.txt-13>li {
    margin-left: 10px;
    padding-bottom: 10px;
    padding-left: 15px
}

ol.list-icon-circle.txt-13>li:before,
ol.list-icon-square.txt-13>li:before {
    height: 22px;
    width: 22px
}

.txt-14 {
    font-size: .875rem !important;
    line-height: 1.4375rem !important
}

ol.txt-14 ol,
ol.txt-14 ul,
ul.txt-14 ol,
ul.txt-14 ul {
    margin-bottom: 10px;
    margin-top: 14px
}

ol.txt-14>li,
ul.txt-14>li {
    margin-left: 11px;
    padding-bottom: 11px;
    padding-left: 16px
}

ol.list-icon-circle.txt-14>li:before,
ol.list-icon-square.txt-14>li:before {
    height: 23px;
    width: 23px
}

.txt-15 {
    font-size: .9375rem !important;
    line-height: 1.625rem !important
}

ol.txt-15 ol,
ol.txt-15 ul,
ul.txt-15 ol,
ul.txt-15 ul {
    margin-bottom: 11px;
    margin-top: 15px
}

ol.txt-15>li,
ul.txt-15>li {
    margin-left: 12px;
    padding-bottom: 12px;
    padding-left: 17px
}

ol.list-icon-circle.txt-15>li:before,
ol.list-icon-square.txt-15>li:before {
    height: 26px;
    width: 26px
}

ul.has-ico.txt-15>li>.ico:first-child {
    top: 5px
}

.txt-16 {
    font-size: 1rem !important;
    line-height: 1.6875rem !important
}

ol.txt-16 ol,
ol.txt-16 ul,
ul.txt-16 ol,
ul.txt-16 ul {
    margin-bottom: 11px;
    margin-top: 16px
}

ol.txt-16>li,
ul.txt-16>li {
    margin-left: 13px;
    padding-bottom: 13px;
    padding-left: 18px
}

ol.list-icon-circle.txt-16>li:before,
ol.list-icon-square.txt-16>li:before {
    height: 27px;
    width: 27px
}

ul.has-ico.txt-16>li>.ico:first-child {
    top: 5px
}

.txt-17 {
    font-size: 1.0625rem !important;
    line-height: 1.75rem !important
}

ol.txt-17 ol,
ol.txt-17 ul,
ul.txt-17 ol,
ul.txt-17 ul {
    margin-bottom: 12px;
    margin-top: 17px
}

ol.txt-17>li,
ul.txt-17>li {
    margin-left: 14px;
    padding-bottom: 14px;
    padding-left: 19px
}

ol.list-icon-circle.txt-17>li:before,
ol.list-icon-square.txt-17>li:before {
    height: 28px;
    width: 28px
}

ul.has-ico.txt-17>li>.ico:first-child {
    top: 5px
}

.txt-18 {
    font-size: 1.125rem !important;
    line-height: 1.8125rem !important
}

ol.txt-18 ol,
ol.txt-18 ul,
ul.txt-18 ol,
ul.txt-18 ul {
    margin-bottom: 13px;
    margin-top: 18px
}

ol.txt-18>li,
ul.txt-18>li {
    margin-left: 15px;
    padding-bottom: 15px;
    padding-left: 20px
}

ol.list-icon-circle.txt-18>li:before,
ol.list-icon-square.txt-18>li:before {
    height: 29px;
    width: 29px
}

ul.has-ico.txt-18>li>.ico:first-child {
    top: 5px
}

.txt-19 {
    font-size: 1.1875rem !important;
    line-height: 1.875rem !important
}

ol.txt-19 ol,
ol.txt-19 ul,
ul.txt-19 ol,
ul.txt-19 ul {
    margin-bottom: 13px;
    margin-top: 19px
}

ol.txt-19>li,
ul.txt-19>li {
    margin-left: 16px;
    padding-bottom: 16px;
    padding-left: 21px
}

ol.list-icon-circle.txt-19>li:before,
ol.list-icon-square.txt-19>li:before {
    height: 30px;
    width: 30px
}

ul.has-ico.txt-19>li>.ico:first-child {
    top: 5px
}

.txt-20 {
    font-size: 1.25rem !important;
    line-height: 2.0625rem !important
}

ol.txt-20 ol,
ol.txt-20 ul,
ul.txt-20 ol,
ul.txt-20 ul {
    margin-bottom: 14px;
    margin-top: 20px
}

ol.txt-20>li,
ul.txt-20>li {
    margin-left: 17px;
    padding-bottom: 17px;
    padding-left: 22px
}

ol.list-icon-circle.txt-20>li:before,
ol.list-icon-square.txt-20>li:before {
    height: 33px;
    width: 33px
}

ul.has-ico.txt-20>li>.ico:first-child {
    top: 6px
}

ul.txt-20 {
    font-weight: 600
}

.txt-21 {
    font-size: 1.3125rem !important;
    line-height: 2.125rem !important
}

ol.txt-21 ol,
ol.txt-21 ul,
ul.txt-21 ol,
ul.txt-21 ul {
    margin-bottom: 15px;
    margin-top: 21px
}

ol.txt-21>li,
ul.txt-21>li {
    margin-left: 18px;
    padding-bottom: 18px;
    padding-left: 23px
}

ol.list-icon-circle.txt-21>li:before,
ol.list-icon-square.txt-21>li:before {
    height: 34px;
    width: 34px
}

ul.has-ico.txt-21>li>.ico:first-child {
    top: 6px
}

ul.txt-21 {
    font-weight: 600
}

.txt-25 {
    font-size: 1.5625rem !important;
    line-height: 2.375rem !important
}

ol.txt-25 ol,
ol.txt-25 ul,
ul.txt-25 ol,
ul.txt-25 ul {
    margin-bottom: 17px;
    margin-top: 25px
}

ol.txt-25>li,
ul.txt-25>li {
    margin-left: 22px;
    padding-bottom: 22px;
    padding-left: 27px
}

ol.list-icon-circle.txt-25>li:before,
ol.list-icon-square.txt-25>li:before {
    height: 38px;
    width: 38px
}

ul.has-ico.txt-25>li>.ico:first-child {
    top: 6px
}

ul.txt-25 {
    font-weight: 600
}

.txt-30 {
    font-size: 1.875rem !important;
    line-height: 2.6875rem !important
}

ol.txt-30 ol,
ol.txt-30 ul,
ul.txt-30 ol,
ul.txt-30 ul {
    margin-bottom: 21px;
    margin-top: 30px
}

ol.txt-30>li,
ul.txt-30>li {
    margin-left: 27px;
    padding-bottom: 27px;
    padding-left: 32px
}

ol.list-icon-circle.txt-30>li:before,
ol.list-icon-square.txt-30>li:before {
    height: 43px;
    width: 43px
}

ul.has-ico.txt-30>li>.ico:first-child {
    top: 6px
}

ul.txt-30 {
    font-weight: 600
}

.txt-grey {
    color: #b2bfd0 !important
}

.txt-grey-darkest {
    color: #283545 !important
}

.txt-grey-darker {
    color: #5b6a88 !important
}

.txt-grey-dark {
    color: #8799ae !important
}

.txt-grey-light {
    color: #e0e4e9 !important
}

.txt-grey-lighter {
    color: #ebf0f4 !important
}

.txt-grey-lightest {
    color: #f6f7f8 !important
}

.txt-teal {
    color: #01acb6 !important
}

.txt-teal-dark {
    color: #0a8194 !important
}

.txt-teal-light {
    color: #18d5d2 !important
}

.txt-blue {
    color: #0c51a3 !important
}

.txt-blue-dark {
    color: #225592 !important
}

.txt-blue-light {
    color: #0e75bd !important
}

.txt-blue-lighter {
    color: #4fc2ea !important
}

.txt-mustard {
    color: #edda8e !important
}

.txt-yellow {
    color: #f4ad03 !important
}

.txt-beige {
    color: #f6f4e1 !important
}

.txt-red {
    color: #ea0404 !important
}

.txt-green {
    color: #67b20b !important
}

.txt-forest-green {
    color: #629083 !important
}

.txt-black {
    color: #000 !important
}

.txt-white {
    color: #fff !important
}

.txt-arial-regular {
    font-weight: 400 !important
}

.txt-arial-bold,
.txt-arial-regular {
    font-family: Arial, Helvetica, Verdana, sans-serif !important
}

.txt-arial-bold {
    font-weight: 700 !important
}

.txt-arial {
    font-family: Arial, Helvetica, Verdana, sans-serif !important
}

.txt-verdana-regular {
    font-weight: 400 !important
}

.txt-verdana-bold,
.txt-verdana-regular {
    font-family: Verdana, sans-serif !important
}

.txt-verdana-bold {
    font-weight: 700 !important
}

.txt-verdana {
    font-family: Verdana, sans-serif !important
}

.txt-open-sans-light {
    font-weight: 300 !important
}

.txt-open-sans-light,
.txt-open-sans-regular {
    font-family: Open Sans, Arial, Helvetica, Verdana, sans-serif !important
}

.txt-open-sans-regular {
    font-weight: 400 !important
}

.txt-open-sans-semibold {
    font-weight: 600 !important
}

.txt-open-sans-bold,
.txt-open-sans-semibold {
    font-family: Open Sans, Arial, Helvetica, Verdana, sans-serif !important
}

.txt-open-sans-bold {
    font-weight: 700 !important
}

.txt-open-sans {
    font-family: Open Sans, Arial, Helvetica, Verdana, sans-serif !important
}

.txt-open-sans-condensed-light {
    font-weight: 300 !important
}

.txt-open-sans-condensed-bold,
.txt-open-sans-condensed-light {
    font-family: Open Sans Condensed, Open Sans, Arial, Helvetica, Verdana, sans-serif !important
}

.txt-open-sans-condensed-bold {
    font-weight: 700 !important
}

.txt-open-sans-condensed {
    font-family: Open Sans Condensed, Open Sans, Arial, Helvetica, Verdana, sans-serif !important
}

.txt-soehne-light {
    font-weight: 300 !important
}

.txt-soehne-light,
.txt-soehne-regular {
    font-family: Soehne, Open Sans, Arial, Helvetica, Verdana, sans-serif !important
}

.txt-soehne-regular {
    font-weight: 400 !important
}

.txt-soehne-medium {
    font-weight: 500 !important
}

.txt-soehne-medium,
.txt-soehne-semibold {
    font-family: Soehne, Open Sans, Arial, Helvetica, Verdana, sans-serif !important
}

.txt-soehne-semibold {
    font-weight: 600 !important
}

.txt-soehne {
    font-family: Soehne, Open Sans, Arial, Helvetica, Verdana, sans-serif !important
}

.txt-blender-medium {
    font-weight: 500 !important
}

.txt-blender-bold,
.txt-blender-medium {
    font-family: Blender, Open Sans, Arial, Helvetica, Verdana, sans-serif !important
}

.txt-blender-bold {
    font-weight: 700 !important
}

.txt-blender {
    font-family: Blender, Open Sans, Arial, Helvetica, Verdana, sans-serif !important
}

.txt-light {
    font-weight: 300 !important
}

.txt-regular {
    font-weight: 400 !important
}

.txt-medium {
    font-weight: 500 !important
}

.txt-semibold {
    font-weight: 600 !important
}

.txt-bold {
    font-weight: 700 !important
}

.txt-auto-height {
    line-height: normal !important
}

.txt-align-left {
    text-align: left !important
}

.txt-align-right {
    text-align: right !important
}

.txt-align-center {
    text-align: center !important
}

.txt-no-wrap {
    white-space: nowrap !important
}

.txt-upper {
    text-transform: uppercase !important
}

.txt-lower {
    text-transform: lowercase !important
}

.txt-no-transform {
    text-transform: none !important
}

.txt-underline {
    text-decoration: underline !important
}

.txt-no-decoration {
    text-decoration: none !important
}

.txt-rtl {
    direction: rtl;
    text-align: right
}

.txt-ltr {
    direction: ltr;
    text-align: left
}

.hide,
[v-cloak],
body[data-device=desktop] .device-desktop-hide,
body[data-device=phone] .device-phone-hide,
body[data-device=tablet] .device-tablet-hide,
body[data-device=unknown] .device-phone-hide,
body[data-istouch=true] .device-touch-hide {
    display: none !important
}

.display-inline {
    display: inline !important
}

.display-inline-block {
    display: inline-block !important
}

.display-block {
    display: block !important
}

.pos-relative {
    position: relative !important
}

.pos-absolute {
    position: absolute !important
}

.pos-fixed {
    position: fixed !important
}

.pos-static {
    position: static !important
}

.clear-left {
    clear: left !important
}

.clear-right {
    clear: right !important
}

.clear-both {
    clear: both !important
}

.float-left,
.floatL {
    float: left !important
}

.float-right,
.floatR {
    float: right !important
}

.float-none {
    float: none !important
}

.padding-0 {
    padding: 0 !important
}

.margin-0 {
    margin: 0 !important
}

.padding-vertical-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important
}

.margin-vertical-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important
}

.padding-top-0 {
    padding-top: 0 !important
}

.margin-top-0 {
    margin-top: 0 !important
}

.padding-bottom-0 {
    padding-bottom: 0 !important
}

.margin-bottom-0 {
    margin-bottom: 0 !important
}

.padding-horizontal-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.margin-horizontal-0 {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.padding-right-0 {
    padding-right: 0 !important
}

.margin-right-0 {
    margin-right: 0 !important
}

.padding-left-0 {
    padding-left: 0 !important
}

.margin-left-0 {
    margin-left: 0 !important
}

.padding-5 {
    padding: 5px !important
}

.margin-5 {
    margin: 5px !important
}

.padding-vertical-5 {
    padding-bottom: 5px !important;
    padding-top: 5px !important
}

.margin-vertical-5 {
    margin-bottom: 5px !important;
    margin-top: 5px !important
}

.padding-top-5 {
    padding-top: 5px !important
}

.margin-top-5 {
    margin-top: 5px !important
}

.padding-bottom-5 {
    padding-bottom: 5px !important
}

.margin-bottom-5 {
    margin-bottom: 5px !important
}

.padding-horizontal-5 {
    padding-left: 5px !important;
    padding-right: 5px !important
}

.margin-horizontal-5 {
    margin-left: 5px !important;
    margin-right: 5px !important
}

.padding-right-5 {
    padding-right: 5px !important
}

.margin-right-5 {
    margin-right: 5px !important
}

.padding-left-5 {
    padding-left: 5px !important
}

.margin-left-5 {
    margin-left: 5px !important
}

.padding-10 {
    padding: 10px !important
}

.margin-10 {
    margin: 10px !important
}

.padding-vertical-10 {
    padding-bottom: 10px !important;
    padding-top: 10px !important
}

.margin-vertical-10 {
    margin-bottom: 10px !important;
    margin-top: 10px !important
}

.padding-top-10 {
    padding-top: 10px !important
}

.margin-top-10 {
    margin-top: 10px !important
}

.padding-bottom-10 {
    padding-bottom: 10px !important
}

.margin-bottom-10 {
    margin-bottom: 10px !important
}

.padding-horizontal-10 {
    padding-left: 10px !important;
    padding-right: 10px !important
}

.margin-horizontal-10 {
    margin-left: 10px !important;
    margin-right: 10px !important
}

.padding-right-10 {
    padding-right: 10px !important
}

.margin-right-10 {
    margin-right: 10px !important
}

.padding-left-10 {
    padding-left: 10px !important
}

.margin-left-10 {
    margin-left: 10px !important
}

.padding-15 {
    padding: 15px !important
}

.margin-15 {
    margin: 15px !important
}

.padding-vertical-15 {
    padding-bottom: 15px !important;
    padding-top: 15px !important
}

.margin-vertical-15 {
    margin-bottom: 15px !important;
    margin-top: 15px !important
}

.padding-top-15 {
    padding-top: 15px !important
}

.margin-top-15 {
    margin-top: 15px !important
}

.padding-bottom-15 {
    padding-bottom: 15px !important
}

.margin-bottom-15 {
    margin-bottom: 15px !important
}

.padding-horizontal-15 {
    padding-left: 15px !important;
    padding-right: 15px !important
}

.margin-horizontal-15 {
    margin-left: 15px !important;
    margin-right: 15px !important
}

.padding-right-15 {
    padding-right: 15px !important
}

.margin-right-15 {
    margin-right: 15px !important
}

.padding-left-15 {
    padding-left: 15px !important
}

.margin-left-15 {
    margin-left: 15px !important
}

.padding-20 {
    padding: 20px !important
}

.margin-20 {
    margin: 20px !important
}

.padding-vertical-20 {
    padding-bottom: 20px !important;
    padding-top: 20px !important
}

.margin-vertical-20 {
    margin-bottom: 20px !important;
    margin-top: 20px !important
}

.padding-top-20 {
    padding-top: 20px !important
}

.margin-top-20 {
    margin-top: 20px !important
}

.padding-bottom-20 {
    padding-bottom: 20px !important
}

.margin-bottom-20 {
    margin-bottom: 20px !important
}

.padding-horizontal-20 {
    padding-left: 20px !important;
    padding-right: 20px !important
}

.margin-horizontal-20 {
    margin-left: 20px !important;
    margin-right: 20px !important
}

.padding-right-20 {
    padding-right: 20px !important
}

.margin-right-20 {
    margin-right: 20px !important
}

.padding-left-20 {
    padding-left: 20px !important
}

.margin-left-20 {
    margin-left: 20px !important
}

.padding-25 {
    padding: 25px !important
}

.margin-25 {
    margin: 25px !important
}

.padding-vertical-25 {
    padding-bottom: 25px !important;
    padding-top: 25px !important
}

.margin-vertical-25 {
    margin-bottom: 25px !important;
    margin-top: 25px !important
}

.padding-top-25 {
    padding-top: 25px !important
}

.margin-top-25 {
    margin-top: 25px !important
}

.padding-bottom-25 {
    padding-bottom: 25px !important
}

.margin-bottom-25 {
    margin-bottom: 25px !important
}

.padding-horizontal-25 {
    padding-left: 25px !important;
    padding-right: 25px !important
}

.margin-horizontal-25 {
    margin-left: 25px !important;
    margin-right: 25px !important
}

.padding-right-25 {
    padding-right: 25px !important
}

.margin-right-25 {
    margin-right: 25px !important
}

.padding-left-25 {
    padding-left: 25px !important
}

.margin-left-25 {
    margin-left: 25px !important
}

.padding-30 {
    padding: 30px !important
}

.margin-30 {
    margin: 30px !important
}

.padding-vertical-30 {
    padding-bottom: 30px !important;
    padding-top: 30px !important
}

.margin-vertical-30 {
    margin-bottom: 30px !important;
    margin-top: 30px !important
}

.padding-top-30 {
    padding-top: 30px !important
}

.margin-top-30 {
    margin-top: 30px !important
}

.padding-bottom-30 {
    padding-bottom: 30px !important
}

.margin-bottom-30 {
    margin-bottom: 30px !important
}

.padding-horizontal-30 {
    padding-left: 30px !important;
    padding-right: 30px !important
}

.margin-horizontal-30 {
    margin-left: 30px !important;
    margin-right: 30px !important
}

.padding-right-30 {
    padding-right: 30px !important
}

.margin-right-30 {
    margin-right: 30px !important
}

.padding-left-30 {
    padding-left: 30px !important
}

.margin-left-30 {
    margin-left: 30px !important
}

.padding-35 {
    padding: 35px !important
}

.margin-35 {
    margin: 35px !important
}

.padding-vertical-35 {
    padding-bottom: 35px !important;
    padding-top: 35px !important
}

.margin-vertical-35 {
    margin-bottom: 35px !important;
    margin-top: 35px !important
}

.padding-top-35 {
    padding-top: 35px !important
}

.margin-top-35 {
    margin-top: 35px !important
}

.padding-bottom-35 {
    padding-bottom: 35px !important
}

.margin-bottom-35 {
    margin-bottom: 35px !important
}

.padding-horizontal-35 {
    padding-left: 35px !important;
    padding-right: 35px !important
}

.margin-horizontal-35 {
    margin-left: 35px !important;
    margin-right: 35px !important
}

.padding-right-35 {
    padding-right: 35px !important
}

.margin-right-35 {
    margin-right: 35px !important
}

.padding-left-35 {
    padding-left: 35px !important
}

.margin-left-35 {
    margin-left: 35px !important
}

.padding-40 {
    padding: 40px !important
}

.margin-40 {
    margin: 40px !important
}

.padding-vertical-40 {
    padding-bottom: 40px !important;
    padding-top: 40px !important
}

.margin-vertical-40 {
    margin-bottom: 40px !important;
    margin-top: 40px !important
}

.padding-top-40 {
    padding-top: 40px !important
}

.margin-top-40 {
    margin-top: 40px !important
}

.padding-bottom-40 {
    padding-bottom: 40px !important
}

.margin-bottom-40 {
    margin-bottom: 40px !important
}

.padding-horizontal-40 {
    padding-left: 40px !important;
    padding-right: 40px !important
}

.margin-horizontal-40 {
    margin-left: 40px !important;
    margin-right: 40px !important
}

.padding-right-40 {
    padding-right: 40px !important
}

.margin-right-40 {
    margin-right: 40px !important
}

.padding-left-40 {
    padding-left: 40px !important
}

.margin-left-40 {
    margin-left: 40px !important
}

.padding-45 {
    padding: 45px !important
}

.margin-45 {
    margin: 45px !important
}

.padding-vertical-45 {
    padding-bottom: 45px !important;
    padding-top: 45px !important
}

.margin-vertical-45 {
    margin-bottom: 45px !important;
    margin-top: 45px !important
}

.padding-top-45 {
    padding-top: 45px !important
}

.margin-top-45 {
    margin-top: 45px !important
}

.padding-bottom-45 {
    padding-bottom: 45px !important
}

.margin-bottom-45 {
    margin-bottom: 45px !important
}

.padding-horizontal-45 {
    padding-left: 45px !important;
    padding-right: 45px !important
}

.margin-horizontal-45 {
    margin-left: 45px !important;
    margin-right: 45px !important
}

.padding-right-45 {
    padding-right: 45px !important
}

.margin-right-45 {
    margin-right: 45px !important
}

.padding-left-45 {
    padding-left: 45px !important
}

.margin-left-45 {
    margin-left: 45px !important
}

.padding-50 {
    padding: 50px !important
}

.margin-50 {
    margin: 50px !important
}

.padding-vertical-50 {
    padding-bottom: 50px !important;
    padding-top: 50px !important
}

.margin-vertical-50 {
    margin-bottom: 50px !important;
    margin-top: 50px !important
}

.padding-top-50 {
    padding-top: 50px !important
}

.margin-top-50 {
    margin-top: 50px !important
}

.padding-bottom-50 {
    padding-bottom: 50px !important
}

.margin-bottom-50 {
    margin-bottom: 50px !important
}

.padding-horizontal-50 {
    padding-left: 50px !important;
    padding-right: 50px !important
}

.margin-horizontal-50 {
    margin-left: 50px !important;
    margin-right: 50px !important
}

.padding-right-50 {
    padding-right: 50px !important
}

.margin-right-50 {
    margin-right: 50px !important
}

.padding-left-50 {
    padding-left: 50px !important
}

.margin-left-50 {
    margin-left: 50px !important
}

.embedded-chart,
.tradingview-widget-container {
    margin-bottom: 20px
}

.embedded-chart,
.embedded-chart div,
.embedded-chart div>iframe {
    width: 100% !important
}

.flag-icon-uk {
    background-image: url(/wp-content/themes/fxcm-base/assets/vendor/flag-icon/flags/4x3/gb.svg)
}

.flag-icon-uk.flag-icon-squared {
    background-image: url(/wp-content/themes/fxcm-base/assets/vendor/flag-icon/flags/1x1/gb.svg)
}

#awards-row .header {
    height: 40px
}

#awards-row .header h3.award-title {
    background-color: #fff;
    margin: 0 20px;
    position: relative;
    width: 136px;
    z-index: 100
}

#awards-row .header h3 i {
    position: relative;
    top: -1px
}

#awards-row .header hr {
    margin: 0 20px;
    position: relative;
    top: -13px
}

#awards-row .v-aligner {
    align-items: center;
    flex-flow: wrap;
    justify-content: center
}

#awards-row .v-aligner .v-align {
    flex: 1 0 0;
    margin: 0 auto
}

#awards-row .award {
    padding: 0 20px
}

#awards-row .award p {
    text-align: center
}

.has-bg {
    margin-bottom: 20px;
    overflow: hidden;
    padding-top: 20px;
    position: relative
}

.bg-rounded,
.bg-rounded:before {
    border-radius: 3px
}

.bg-bordered:before,
.bg-capped:before {
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100
}

.bg-bordered {
    border: 1px solid rgba(0, 0, 0, .1);
    bottom: 0;
    box-shadow: inset 0 0 0 1px #fff
}

.bg-capped:before {
    background-color: rgba(40, 53, 69, .4);
    box-shadow: 0 1px 0 #fff;
    height: 5px
}

.bg-grid {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAYAAACtWK6eAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjc3REZEOUI5MUI0NDExRThCRkZEOTUyRTgwNDBGMUVCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjc3REZEOUJBMUI0NDExRThCRkZEOTUyRTgwNDBGMUVCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NzdERkQ5QjcxQjQ0MTFFOEJGRkQ5NTJFODA0MEYxRUIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NzdERkQ5QjgxQjQ0MTFFOEJGRkQ5NTJFODA0MEYxRUIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5ZkTnOAAACFklEQVR42uzbQaqDQBBFUduVZWm6M3dmnOkgFBkUNPjOgUwf4cPlpwc1zssC/LT6E8B/gYymz964Zc/e1D3/QcBPLBAICAQEAgIBgYBAQCAgEEAgIBAQCAgEBAICAYHAa4zHTfretPm5Pkfjd7Rnb97eeVuaPlvjlj17U/f8xAJvEBAICAQEAgIBgYBAQCAgEEAgIBAQCAgEBAICAYGAQCCBm3R79ipu0u3Zc5MO3iAgEBAICAQEAgIBgYBAAIGAQEAgIBAQCAgEBAICAYFANjfp9uxV3KTbs+cmHbxBQCAgEBAICAQEAgIBgQACAYGAQEAgIBAQCAgEBAICgWxu0u3Zq7hJt2fPTTp4g4BAQCAgEBAICAQEAgIBBAICAYGAQEAgIBAQCAgEBALZ3KTbs1dxk27Pnpt08AYBgYBAQCAgEBAICAQEAggEBAICAYGAQEAgIBAQCAgEsrlJt2ev4ibdnj036eANAgIBgYBAQCAgEBAICAQQCAgEBAICAYGAQEAgIBAQCGRzk27PXsVNuj17btLBGwQEAgIBgYBAQCAgEBAIIBAQCAgEBAICAYGAQEAgIBDI5ibdnr2Km3R79tykgzcICAQEAgIBgYBAQCAgEEAgIBAQCAgEBAICAYGAQEAgkM1Nuj17FTfp9uy5SQdvEBAICAQEAgIBgYBAQCCAQEAgIBAQCAgEBAICAYGAQCDbV4ABANANwq3WaZNkAAAAAElFTkSuQmCC");
    background-position: 50%
}

.bg-grey {
    background-color: #b2bfd0
}

.bg-grey-darkest {
    background-color: #283545;
    color: #fff
}

.bg-grey-darker {
    background-color: #5b6a88;
    color: #fff
}

.bg-grey-dark {
    background-color: #8799ae
}

.bg-grey-light {
    background-color: #e0e4e9;
    color: #5b6a88
}

.bg-grey-lighter {
    background-color: #ebf0f4;
    color: #5b6a88
}

.bg-grey-lightest {
    background-color: #f6f7f8;
    color: #5b6a88
}

.bg-teal {
    background-color: #01acb6;
    color: #fff
}

.bg-teal-dark {
    background-color: #0a8194;
    color: #fff
}

.bg-teal-light {
    background-color: #18d5d2
}

.bg-blue {
    background-color: #0c51a3;
    color: #fff
}

.bg-blue-dark {
    background-color: #225592
}

.bg-blue-light {
    background-color: #0e75bd
}

.bg-blue-lighter {
    background-color: #4fc2ea
}

.bg-mustard {
    background-color: #edda8e
}

.bg-yellow {
    background-color: #f4ad03
}

.bg-beige {
    background-color: #f6f4e1
}

.bg-red {
    background-color: #ea0404;
    color: #fff
}

.bg-green {
    background-color: #67b20b
}

.bg-forest-green {
    background-color: #629083
}

.bg-black {
    background-color: #000;
    color: #fff
}

.bg-white {
    background-color: #fff
}

.bio {
    position: relative
}

.bio h3 {
    color: #8799ae;
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 0
}

.bio img {
    margin-top: 6px
}

hr {
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-top: 1px solid #b2bfd0;
    clear: both;
    font-size: 0;
    height: 0;
    margin: 20px 0;
    padding: 0 !important
}

.bdr-solid-grey {
    border: 1px solid #b2bfd0;
    padding: 20px 20px 0
}

.bdr-solid-grey-darkest {
    border: 1px solid #283545;
    padding: 20px 20px 0
}

.bdr-solid-grey-darker {
    border: 1px solid #5b6a88;
    padding: 20px 20px 0
}

.bdr-solid-grey-dark {
    border: 1px solid #8799ae;
    padding: 20px 20px 0
}

.bdr-solid-grey-light {
    border: 1px solid #e0e4e9;
    padding: 20px 20px 0
}

.bdr-solid-grey-lighter {
    border: 1px solid #ebf0f4;
    padding: 20px 20px 0
}

.bdr-solid-grey-lightest {
    border: 1px solid #f6f7f8;
    padding: 20px 20px 0
}

.bdr-solid-teal {
    border: 1px solid #01acb6;
    padding: 20px 20px 0
}

.bdr-solid-teal-dark {
    border: 1px solid #0a8194;
    padding: 20px 20px 0
}

.bdr-solid-teal-light {
    border: 1px solid #18d5d2;
    padding: 20px 20px 0
}

.bdr-solid-blue {
    border: 1px solid #0c51a3;
    padding: 20px 20px 0
}

.bdr-solid-blue-dark {
    border: 1px solid #225592;
    padding: 20px 20px 0
}

.bdr-solid-blue-light {
    border: 1px solid #0e75bd;
    padding: 20px 20px 0
}

.bdr-solid-blue-lighter {
    border: 1px solid #4fc2ea;
    padding: 20px 20px 0
}

.bdr-solid-mustard {
    border: 1px solid #edda8e;
    padding: 20px 20px 0
}

.bdr-solid-yellow {
    border: 1px solid #f4ad03;
    padding: 20px 20px 0
}

.bdr-solid-beige {
    border: 1px solid #f6f4e1;
    padding: 20px 20px 0
}

.bdr-solid-red {
    border: 1px solid #ea0404;
    padding: 20px 20px 0
}

.bdr-solid-green {
    border: 1px solid #67b20b;
    padding: 20px 20px 0
}

.bdr-solid-forest-green {
    border: 1px solid #629083;
    padding: 20px 20px 0
}

.bdr-solid-black {
    border: 1px solid #000;
    padding: 20px 20px 0
}

.bdr-solid-white {
    border: 1px solid #fff;
    padding: 20px 20px 0
}

.bdr-top-solid-grey {
    border-top: 1px solid;
    border-color: #b2bfd0 !important;
    padding-top: 20px
}

.bdr-top-solid-grey-darkest {
    border-top: 1px solid;
    border-color: #283545 !important;
    padding-top: 20px
}

.bdr-top-solid-grey-darker {
    border-top: 1px solid;
    border-color: #5b6a88 !important;
    padding-top: 20px
}

.bdr-top-solid-grey-dark {
    border-top: 1px solid;
    border-color: #8799ae !important;
    padding-top: 20px
}

.bdr-top-solid-grey-light {
    border-top: 1px solid;
    border-color: #e0e4e9 !important;
    padding-top: 20px
}

.bdr-top-solid-grey-lighter {
    border-top: 1px solid;
    border-color: #ebf0f4 !important;
    padding-top: 20px
}

.bdr-top-solid-grey-lightest {
    border-top: 1px solid;
    border-color: #f6f7f8 !important;
    padding-top: 20px
}

.bdr-top-solid-teal {
    border-top: 1px solid;
    border-color: #01acb6 !important;
    padding-top: 20px
}

.bdr-top-solid-teal-dark {
    border-top: 1px solid;
    border-color: #0a8194 !important;
    padding-top: 20px
}

.bdr-top-solid-teal-light {
    border-top: 1px solid;
    border-color: #18d5d2 !important;
    padding-top: 20px
}

.bdr-top-solid-blue {
    border-top: 1px solid;
    border-color: #0c51a3 !important;
    padding-top: 20px
}

.bdr-top-solid-blue-dark {
    border-top: 1px solid;
    border-color: #225592 !important;
    padding-top: 20px
}

.bdr-top-solid-blue-light {
    border-top: 1px solid;
    border-color: #0e75bd !important;
    padding-top: 20px
}

.bdr-top-solid-blue-lighter {
    border-top: 1px solid;
    border-color: #4fc2ea !important;
    padding-top: 20px
}

.bdr-top-solid-mustard {
    border-top: 1px solid;
    border-color: #edda8e !important;
    padding-top: 20px
}

.bdr-top-solid-yellow {
    border-top: 1px solid;
    border-color: #f4ad03 !important;
    padding-top: 20px
}

.bdr-top-solid-beige {
    border-top: 1px solid;
    border-color: #f6f4e1 !important;
    padding-top: 20px
}

.bdr-top-solid-red {
    border-top: 1px solid;
    border-color: #ea0404 !important;
    padding-top: 20px
}

.bdr-top-solid-green {
    border-top: 1px solid;
    border-color: #67b20b !important;
    padding-top: 20px
}

.bdr-top-solid-forest-green {
    border-top: 1px solid;
    border-color: #629083 !important;
    padding-top: 20px
}

.bdr-top-solid-black {
    border-top: 1px solid;
    border-color: #000 !important;
    padding-top: 20px
}

.bdr-top-solid-white {
    border-top: 1px solid;
    border-color: #fff !important;
    padding-top: 20px
}

.bdr-bottom-solid-grey {
    border-bottom: 1px solid;
    border-color: #b2bfd0 !important
}

.bdr-bottom-solid-grey-darkest {
    border-bottom: 1px solid;
    border-color: #283545 !important
}

.bdr-bottom-solid-grey-darker {
    border-bottom: 1px solid;
    border-color: #5b6a88 !important
}

.bdr-bottom-solid-grey-dark {
    border-bottom: 1px solid;
    border-color: #8799ae !important
}

.bdr-bottom-solid-grey-light {
    border-bottom: 1px solid;
    border-color: #e0e4e9 !important
}

.bdr-bottom-solid-grey-lighter {
    border-bottom: 1px solid;
    border-color: #ebf0f4 !important
}

.bdr-bottom-solid-grey-lightest {
    border-bottom: 1px solid;
    border-color: #f6f7f8 !important
}

.bdr-bottom-solid-teal {
    border-bottom: 1px solid;
    border-color: #01acb6 !important
}

.bdr-bottom-solid-teal-dark {
    border-bottom: 1px solid;
    border-color: #0a8194 !important
}

.bdr-bottom-solid-teal-light {
    border-bottom: 1px solid;
    border-color: #18d5d2 !important
}

.bdr-bottom-solid-blue {
    border-bottom: 1px solid;
    border-color: #0c51a3 !important
}

.bdr-bottom-solid-blue-dark {
    border-bottom: 1px solid;
    border-color: #225592 !important
}

.bdr-bottom-solid-blue-light {
    border-bottom: 1px solid;
    border-color: #0e75bd !important
}

.bdr-bottom-solid-blue-lighter {
    border-bottom: 1px solid;
    border-color: #4fc2ea !important
}

.bdr-bottom-solid-mustard {
    border-bottom: 1px solid;
    border-color: #edda8e !important
}

.bdr-bottom-solid-yellow {
    border-bottom: 1px solid;
    border-color: #f4ad03 !important
}

.bdr-bottom-solid-beige {
    border-bottom: 1px solid;
    border-color: #f6f4e1 !important
}

.bdr-bottom-solid-red {
    border-bottom: 1px solid;
    border-color: #ea0404 !important
}

.bdr-bottom-solid-green {
    border-bottom: 1px solid;
    border-color: #67b20b !important
}

.bdr-bottom-solid-forest-green {
    border-bottom: 1px solid;
    border-color: #629083 !important
}

.bdr-bottom-solid-black {
    border-bottom: 1px solid;
    border-color: #000 !important
}

.bdr-bottom-solid-white {
    border-bottom: 1px solid;
    border-color: #fff !important
}

.bdr-right-solid-grey {
    border-right: 1px solid;
    border-color: #b2bfd0 !important;
    padding-right: 20px
}

.bdr-right-solid-grey-darkest {
    border-right: 1px solid;
    border-color: #283545 !important;
    padding-right: 20px
}

.bdr-right-solid-grey-darker {
    border-right: 1px solid;
    border-color: #5b6a88 !important;
    padding-right: 20px
}

.bdr-right-solid-grey-dark {
    border-right: 1px solid;
    border-color: #8799ae !important;
    padding-right: 20px
}

.bdr-right-solid-grey-light {
    border-right: 1px solid;
    border-color: #e0e4e9 !important;
    padding-right: 20px
}

.bdr-right-solid-grey-lighter {
    border-right: 1px solid;
    border-color: #ebf0f4 !important;
    padding-right: 20px
}

.bdr-right-solid-grey-lightest {
    border-right: 1px solid;
    border-color: #f6f7f8 !important;
    padding-right: 20px
}

.bdr-right-solid-teal {
    border-right: 1px solid;
    border-color: #01acb6 !important;
    padding-right: 20px
}

.bdr-right-solid-teal-dark {
    border-right: 1px solid;
    border-color: #0a8194 !important;
    padding-right: 20px
}

.bdr-right-solid-teal-light {
    border-right: 1px solid;
    border-color: #18d5d2 !important;
    padding-right: 20px
}

.bdr-right-solid-blue {
    border-right: 1px solid;
    border-color: #0c51a3 !important;
    padding-right: 20px
}

.bdr-right-solid-blue-dark {
    border-right: 1px solid;
    border-color: #225592 !important;
    padding-right: 20px
}

.bdr-right-solid-blue-light {
    border-right: 1px solid;
    border-color: #0e75bd !important;
    padding-right: 20px
}

.bdr-right-solid-blue-lighter {
    border-right: 1px solid;
    border-color: #4fc2ea !important;
    padding-right: 20px
}

.bdr-right-solid-mustard {
    border-right: 1px solid;
    border-color: #edda8e !important;
    padding-right: 20px
}

.bdr-right-solid-yellow {
    border-right: 1px solid;
    border-color: #f4ad03 !important;
    padding-right: 20px
}

.bdr-right-solid-beige {
    border-right: 1px solid;
    border-color: #f6f4e1 !important;
    padding-right: 20px
}

.bdr-right-solid-red {
    border-right: 1px solid;
    border-color: #ea0404 !important;
    padding-right: 20px
}

.bdr-right-solid-green {
    border-right: 1px solid;
    border-color: #67b20b !important;
    padding-right: 20px
}

.bdr-right-solid-forest-green {
    border-right: 1px solid;
    border-color: #629083 !important;
    padding-right: 20px
}

.bdr-right-solid-black {
    border-right: 1px solid;
    border-color: #000 !important;
    padding-right: 20px
}

.bdr-right-solid-white {
    border-right: 1px solid;
    border-color: #fff !important;
    padding-right: 20px
}

.bdr-left-solid-grey {
    border-left: 1px solid;
    border-color: #b2bfd0 !important;
    padding-left: 20px
}

.bdr-left-solid-grey-darkest {
    border-left: 1px solid;
    border-color: #283545 !important;
    padding-left: 20px
}

.bdr-left-solid-grey-darker {
    border-left: 1px solid;
    border-color: #5b6a88 !important;
    padding-left: 20px
}

.bdr-left-solid-grey-dark {
    border-left: 1px solid;
    border-color: #8799ae !important;
    padding-left: 20px
}

.bdr-left-solid-grey-light {
    border-left: 1px solid;
    border-color: #e0e4e9 !important;
    padding-left: 20px
}

.bdr-left-solid-grey-lighter {
    border-left: 1px solid;
    border-color: #ebf0f4 !important;
    padding-left: 20px
}

.bdr-left-solid-grey-lightest {
    border-left: 1px solid;
    border-color: #f6f7f8 !important;
    padding-left: 20px
}

.bdr-left-solid-teal {
    border-left: 1px solid;
    border-color: #01acb6 !important;
    padding-left: 20px
}

.bdr-left-solid-teal-dark {
    border-left: 1px solid;
    border-color: #0a8194 !important;
    padding-left: 20px
}

.bdr-left-solid-teal-light {
    border-left: 1px solid;
    border-color: #18d5d2 !important;
    padding-left: 20px
}

.bdr-left-solid-blue {
    border-left: 1px solid;
    border-color: #0c51a3 !important;
    padding-left: 20px
}

.bdr-left-solid-blue-dark {
    border-left: 1px solid;
    border-color: #225592 !important;
    padding-left: 20px
}

.bdr-left-solid-blue-light {
    border-left: 1px solid;
    border-color: #0e75bd !important;
    padding-left: 20px
}

.bdr-left-solid-blue-lighter {
    border-left: 1px solid;
    border-color: #4fc2ea !important;
    padding-left: 20px
}

.bdr-left-solid-mustard {
    border-left: 1px solid;
    border-color: #edda8e !important;
    padding-left: 20px
}

.bdr-left-solid-yellow {
    border-left: 1px solid;
    border-color: #f4ad03 !important;
    padding-left: 20px
}

.bdr-left-solid-beige {
    border-left: 1px solid;
    border-color: #f6f4e1 !important;
    padding-left: 20px
}

.bdr-left-solid-red {
    border-left: 1px solid;
    border-color: #ea0404 !important;
    padding-left: 20px
}

.bdr-left-solid-green {
    border-left: 1px solid;
    border-color: #67b20b !important;
    padding-left: 20px
}

.bdr-left-solid-forest-green {
    border-left: 1px solid;
    border-color: #629083 !important;
    padding-left: 20px
}

.bdr-left-solid-black {
    border-left: 1px solid;
    border-color: #000 !important;
    padding-left: 20px
}

.bdr-left-solid-white {
    border-left: 1px solid;
    border-color: #fff !important;
    padding-left: 20px
}

.bdr-dotted-grey {
    border: 1px dotted #b2bfd0;
    padding: 20px 20px 0
}

.bdr-dotted-grey-light {
    border: 1px dotted #e0e4e9;
    padding: 20px 20px 0
}

.bdr-dotted-grey-dark {
    border: 1px dotted #8799ae;
    padding: 20px 20px 0
}

.bdr-dotted-grey-darker {
    border: 1px dotted #5b6a88;
    padding: 20px 20px 0
}

.bdr-dotted-grey-darkest {
    border: 1px dotted #283545;
    padding: 20px 20px 0
}

.bdr-top-dotted-grey {
    border-top: 1px dotted #b2bfd0;
    padding-top: 20px
}

.bdr-top-dotted-grey-light {
    border-top: 1px dotted #e0e4e9;
    padding-top: 20px
}

.bdr-top-dotted-grey-dark {
    border-top: 1px dotted #8799ae;
    padding-top: 20px
}

.bdr-top-dotted-grey-darker {
    border-top: 1px dotted #5b6a88;
    padding-top: 20px
}

.bdr-top-dotted-grey-darkest {
    border-top: 1px dotted #283545;
    padding-top: 20px
}

.bdr-bottom-dotted-grey {
    border-bottom: 1px dotted #b2bfd0
}

.bdr-bottom-dotted-grey-light {
    border-bottom: 1px dotted #e0e4e9
}

.bdr-bottom-dotted-grey-dark {
    border-bottom: 1px dotted #8799ae
}

.bdr-bottom-dotted-grey-darker {
    border-bottom: 1px dotted #5b6a88
}

.bdr-bottom-dotted-grey-darkest {
    border-bottom: 1px dotted #283545
}

.bdr-right-dotted-grey {
    border-right: 1px dotted #b2bfd0;
    padding-right: 20px
}

.bdr-right-dotted-grey-light {
    border-right: 1px dotted #e0e4e9;
    padding-right: 20px
}

.bdr-right-dotted-grey-dark {
    border-right: 1px dotted #8799ae;
    padding-right: 20px
}

.bdr-right-dotted-grey-darker {
    border-right: 1px dotted #5b6a88;
    padding-right: 20px
}

.bdr-right-dotted-grey-darkest {
    border-right: 1px dotted #283545;
    padding-right: 20px
}

.bdr-left-dotted-grey {
    border-left: 1px dotted #b2bfd0;
    padding-left: 20px
}

.bdr-left-dotted-grey-light {
    border-left: 1px dotted #e0e4e9;
    padding-left: 20px
}

.bdr-left-dotted-grey-dark {
    border-left: 1px dotted #8799ae;
    padding-left: 20px
}

.bdr-left-dotted-grey-darker {
    border-left: 1px dotted #5b6a88;
    padding-left: 20px
}

.bdr-left-dotted-grey-darkest {
    border-left: 1px dotted #283545;
    padding-left: 20px
}

.bdr-bottom-dotted-grey,
.bdr-dotted-grey,
.bdr-left-dotted-grey,
.bdr-right-dotted-grey,
.bdr-top-dotted-grey {
    -o-border-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjc3MDk5NjVFQTU0MzExRTdBMUE1OUI3NDQ2ODc4NEEwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjc3MDk5NjVGQTU0MzExRTdBMUE1OUI3NDQ2ODc4NEEwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NzcwOTk2NUNBNTQzMTFFN0ExQTU5Qjc0NDY4Nzg0QTAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NzcwOTk2NURBNTQzMTFFN0ExQTU5Qjc0NDY4Nzg0QTAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7DQRPLAAAAQ0lEQVR42mLctP/CfwbiACOR6jDMY2KgAxi1hCTAQkKEjgbXMIt4agPG0TgZGhH/n4JifTRORmiO/z8aJ0PTEoAAAwBsLAZ7QwvtEgAAAABJRU5ErkJggg==") 5 repeat;
    border-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjc3MDk5NjVFQTU0MzExRTdBMUE1OUI3NDQ2ODc4NEEwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjc3MDk5NjVGQTU0MzExRTdBMUE1OUI3NDQ2ODc4NEEwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NzcwOTk2NUNBNTQzMTFFN0ExQTU5Qjc0NDY4Nzg0QTAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NzcwOTk2NURBNTQzMTFFN0ExQTU5Qjc0NDY4Nzg0QTAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7DQRPLAAAAQ0lEQVR42mLctP/CfwbiACOR6jDMY2KgAxi1hCTAQkKEjgbXMIt4agPG0TgZGhH/n4JifTRORmiO/z8aJ0PTEoAAAwBsLAZ7QwvtEgAAAABJRU5ErkJggg==") 5 repeat
}

.bdr-bottom-dotted-grey-light,
.bdr-dotted-grey-light,
.bdr-left-dotted-grey-light,
.bdr-right-dotted-grey-light,
.bdr-top-dotted-grey-light {
    -o-border-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjgzMDU2NURBQTU0MzExRTc5NTYzODlFOEE3MEVCQkJGIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjgzMDU2NURCQTU0MzExRTc5NTYzODlFOEE3MEVCQkJGIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ODMwNTY1RDhBNTQzMTFFNzk1NjM4OUU4QTcwRUJCQkYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6ODMwNTY1RDlBNTQzMTFFNzk1NjM4OUU4QTcwRUJCQkYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6JPIBUAAAAQ0lEQVR42mJ88OTlfwbiACOR6jDMY2KgAxi1hCTAQkKEjgbXMIt4agPG0TgZGhH/n4JifTRORmiO/z8aJ0PTEoAAAwCU4QbnAy1hEgAAAABJRU5ErkJggg==") 5 repeat;
    border-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjgzMDU2NURBQTU0MzExRTc5NTYzODlFOEE3MEVCQkJGIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjgzMDU2NURCQTU0MzExRTc5NTYzODlFOEE3MEVCQkJGIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ODMwNTY1RDhBNTQzMTFFNzk1NjM4OUU4QTcwRUJCQkYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6ODMwNTY1RDlBNTQzMTFFNzk1NjM4OUU4QTcwRUJCQkYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6JPIBUAAAAQ0lEQVR42mJ88OTlfwbiACOR6jDMY2KgAxi1hCTAQkKEjgbXMIt4agPG0TgZGhH/n4JifTRORmiO/z8aJ0PTEoAAAwCU4QbnAy1hEgAAAABJRU5ErkJggg==") 5 repeat
}

.bdr-bottom-dotted-grey-dark,
.bdr-dotted-grey-dark,
.bdr-left-dotted-grey-dark,
.bdr-right-dotted-grey-dark,
.bdr-top-dotted-grey-dark {
    -o-border-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjhCNDE5ODIyQTU0MzExRTdCODk3RjREQTBEQTQ0MTgyIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjhCNDE5ODIzQTU0MzExRTdCODk3RjREQTBEQTQ0MTgyIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OEI0MTk4MjBBNTQzMTFFN0I4OTdGNERBMERBNDQxODIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OEI0MTk4MjFBNTQzMTFFN0I4OTdGNERBMERBNDQxODIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7awLIEAAAAQ0lEQVR42mJsn7nuPwNxgJFIdRjmMTHQAYxaQhJgISFCR4NrmEU8tQHjaJwMjYj/T0GxPhonIzTH/x+Nk6FpCUCAAQD+dwYI6ShgGAAAAABJRU5ErkJggg==") 5 repeat;
    border-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjhCNDE5ODIyQTU0MzExRTdCODk3RjREQTBEQTQ0MTgyIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjhCNDE5ODIzQTU0MzExRTdCODk3RjREQTBEQTQ0MTgyIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OEI0MTk4MjBBNTQzMTFFN0I4OTdGNERBMERBNDQxODIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OEI0MTk4MjFBNTQzMTFFN0I4OTdGNERBMERBNDQxODIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7awLIEAAAAQ0lEQVR42mJsn7nuPwNxgJFIdRjmMTHQAYxaQhJgISFCR4NrmEU8tQHjaJwMjYj/T0GxPhonIzTH/x+Nk6FpCUCAAQD+dwYI6ShgGAAAAABJRU5ErkJggg==") 5 repeat
}

.bdr-bottom-dotted-grey-darker,
.bdr-dotted-grey-darker,
.bdr-left-dotted-grey-darker,
.bdr-right-dotted-grey-darker,
.bdr-top-dotted-grey-darker {
    -o-border-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjk4RjEzNjBGQTU0MzExRTdCNUMwQ0QzMTZBN0ZCREVGIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjk4RjEzNjEwQTU0MzExRTdCNUMwQ0QzMTZBN0ZCREVGIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OThGMTM2MERBNTQzMTFFN0I1QzBDRDMxNkE3RkJERUYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OThGMTM2MEVBNTQzMTFFN0I1QzBDRDMxNkE3RkJERUYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4oXrVLAAAAQklEQVR42mKMzur4z0AcYCRSHYZ5TAx0AKOWkARYSIjQ0eAaZhFPbcA4GidDI+L/U1Csj8bJCM3x/0fjZGhaAhBgAAbaBYe18AYcAAAAAElFTkSuQmCC") 5 repeat;
    border-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjk4RjEzNjBGQTU0MzExRTdCNUMwQ0QzMTZBN0ZCREVGIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjk4RjEzNjEwQTU0MzExRTdCNUMwQ0QzMTZBN0ZCREVGIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OThGMTM2MERBNTQzMTFFN0I1QzBDRDMxNkE3RkJERUYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OThGMTM2MEVBNTQzMTFFN0I1QzBDRDMxNkE3RkJERUYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4oXrVLAAAAQklEQVR42mKMzur4z0AcYCRSHYZ5TAx0AKOWkARYSIjQ0eAaZhFPbcA4GidDI+L/U1Csj8bJCM3x/0fjZGhaAhBgAAbaBYe18AYcAAAAAElFTkSuQmCC") 5 repeat
}

.bdr-bottom-dotted-grey-darkest,
.bdr-dotted-grey-darkest,
.bdr-left-dotted-grey-darkest,
.bdr-right-dotted-grey-darkest,
.bdr-top-dotted-grey-darkest {
    -o-border-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkExMUZBQkZEQTU0MzExRTdBMjZDRDBCOTI0NTY2MzhGIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkExMUZBQkZFQTU0MzExRTdBMjZDRDBCOTI0NTY2MzhGIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QTExRkFCRkJBNTQzMTFFN0EyNkNEMEI5MjQ1NjYzOEYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QTExRkFCRkNBNTQzMTFFN0EyNkNEMEI5MjQ1NjYzOEYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6dHaMoAAAAQklEQVR42mLUMHX9z0AcYCRSHYZ5TAx0AKOWkARYSIjQ0eAaZhFPbcA4GidDI+L/U1Csj8bJCM3x/0fjZGhaAhBgAHE4BNyuvwtjAAAAAElFTkSuQmCC") 5 repeat;
    border-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkExMUZBQkZEQTU0MzExRTdBMjZDRDBCOTI0NTY2MzhGIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkExMUZBQkZFQTU0MzExRTdBMjZDRDBCOTI0NTY2MzhGIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QTExRkFCRkJBNTQzMTFFN0EyNkNEMEI5MjQ1NjYzOEYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QTExRkFCRkNBNTQzMTFFN0EyNkNEMEI5MjQ1NjYzOEYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6dHaMoAAAAQklEQVR42mLUMHX9z0AcYCRSHYZ5TAx0AKOWkARYSIjQ0eAaZhFPbcA4GidDI+L/U1Csj8bJCM3x/0fjZGhaAhBgAHE4BNyuvwtjAAAAAElFTkSuQmCC") 5 repeat
}

.bdr-dashed-grey {
    border: 1px dashed #b2bfd0;
    padding: 20px 20px 0
}

.bdr-dashed-grey-light {
    border: 1px dashed #e0e4e9;
    padding: 20px 20px 0
}

.bdr-dashed-grey-dark {
    border: 1px dashed #8799ae;
    padding: 20px 20px 0
}

.bdr-dashed-grey-darker {
    border: 1px dashed #5b6a88;
    padding: 20px 20px 0
}

.bdr-dashed-grey-darkest {
    border: 1px dashed #283545;
    padding: 20px 20px 0
}

.bdr-top-dashed-grey {
    border-top: 1px dashed #b2bfd0;
    padding-top: 20px
}

.bdr-top-dashed-grey-light {
    border-top: 1px dashed #e0e4e9;
    padding-top: 20px
}

.bdr-top-dashed-grey-dark {
    border-top: 1px dashed #8799ae;
    padding-top: 20px
}

.bdr-top-dashed-grey-darker {
    border-top: 1px dashed #5b6a88;
    padding-top: 20px
}

.bdr-top-dashed-grey-darkest {
    border-top: 1px dashed #283545;
    padding-top: 20px
}

.bdr-bottom-dashed-grey {
    border-bottom: 1px dashed #b2bfd0
}

.bdr-bottom-dashed-grey-light {
    border-bottom: 1px dashed #e0e4e9
}

.bdr-bottom-dashed-grey-dark {
    border-bottom: 1px dashed #8799ae
}

.bdr-bottom-dashed-grey-darker {
    border-bottom: 1px dashed #5b6a88
}

.bdr-bottom-dashed-grey-darkest {
    border-bottom: 1px dashed #283545
}

.bdr-right-dashed-grey {
    border-right: 1px dashed #b2bfd0;
    padding-right: 20px
}

.bdr-right-dashed-grey-light {
    border-right: 1px dashed #e0e4e9;
    padding-right: 20px
}

.bdr-right-dashed-grey-dark {
    border-right: 1px dashed #8799ae;
    padding-right: 20px
}

.bdr-right-dashed-grey-darker {
    border-right: 1px dashed #5b6a88;
    padding-right: 20px
}

.bdr-right-dashed-grey-darkest {
    border-right: 1px dashed #283545;
    padding-right: 20px
}

.bdr-left-dashed-grey {
    border-left: 1px dashed #b2bfd0;
    padding-left: 20px
}

.bdr-left-dashed-grey-light {
    border-left: 1px dashed #e0e4e9;
    padding-left: 20px
}

.bdr-left-dashed-grey-dark {
    border-left: 1px dashed #8799ae;
    padding-left: 20px
}

.bdr-left-dashed-grey-darker {
    border-left: 1px dashed #5b6a88;
    padding-left: 20px
}

.bdr-left-dashed-grey-darkest {
    border-left: 1px dashed #283545;
    padding-left: 20px
}

.bdr-bottom-dashed-grey,
.bdr-dashed-grey,
.bdr-left-dashed-grey,
.bdr-right-dashed-grey,
.bdr-top-dashed-grey {
    -o-border-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWCAYAAAA8AXHiAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkJFNDUwNkZEQTNDQjExRTc5QkFEOUQyNERGMjQ3OEFFIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkJFNDUwNkZFQTNDQjExRTc5QkFEOUQyNERGMjQ3OEFFIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QkU0NTA2RkJBM0NCMTFFNzlCQUQ5RDI0REYyNDc4QUUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QkU0NTA2RkNBM0NCMTFFNzlCQUQ5RDI0REYyNDc4QUUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6NyR8VAAABd0lEQVR42uzdMQ6FIBBAQTDe/zBewCt4ozX0WhghbnCmpPkJeQELsr9u+xFlvFq+ESW3afdlKSAshIWwoLc12UflLB/Hf9uXcGLhKkRYICyEhbBAWAgLYYGwEBbCAmEhLIQFwkJYCAthwQDtzbt34bxVnVi4ChEWCAthISwQFsJCWCAshIWwQFgIC2GBsBAWwkJYICyEhbBAWAgLYYGwEBbCAmGRXJs2ExfrJtDwhH9YxVWIsEBYCAthgbAQFsICYSEshAXCQlgIC4SFsBAWwrIFCAthISwQFsJCWCAshIWwQFgIC2GBsBAWwgJhISyEBcJCWPxJm/NupjtvVScWrkKEBcJCWAgLhIWwEBYIC2EhLBAWwkJYICyEhbAQFggLYSEsEBbCQlggLISFsEBYJNemzcTFugk0PBFOLFyFCAuEhbAQFggLYSEsEBbCQlggLISFsEBYCAthISwYYL1Zj86/89Ub+ki+/9PuixMLYSEshAX9nQIMAJ9jDnuXNQLFAAAAAElFTkSuQmCC") 5 repeat;
    border-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWCAYAAAA8AXHiAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkJFNDUwNkZEQTNDQjExRTc5QkFEOUQyNERGMjQ3OEFFIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkJFNDUwNkZFQTNDQjExRTc5QkFEOUQyNERGMjQ3OEFFIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QkU0NTA2RkJBM0NCMTFFNzlCQUQ5RDI0REYyNDc4QUUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QkU0NTA2RkNBM0NCMTFFNzlCQUQ5RDI0REYyNDc4QUUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6NyR8VAAABd0lEQVR42uzdMQ6FIBBAQTDe/zBewCt4ozX0WhghbnCmpPkJeQELsr9u+xFlvFq+ESW3afdlKSAshIWwoLc12UflLB/Hf9uXcGLhKkRYICyEhbBAWAgLYYGwEBbCAmEhLIQFwkJYCAthwQDtzbt34bxVnVi4ChEWCAthISwQFsJCWCAshIWwQFgIC2GBsBAWwkJYICyEhbBAWAgLYYGwEBbCAmGRXJs2ExfrJtDwhH9YxVWIsEBYCAthgbAQFsICYSEshAXCQlgIC4SFsBAWwrIFCAthISwQFsJCWCAshIWwQFgIC2GBsBAWwgJhISyEBcJCWPxJm/NupjtvVScWrkKEBcJCWAgLhIWwEBYIC2EhLBAWwkJYICyEhbAQFggLYSEsEBbCQlggLISFsEBYJNemzcTFugk0PBFOLFyFCAuEhbAQFggLYSEsEBbCQlggLISFsEBYCAthISwYYL1Zj86/89Ub+ki+/9PuixMLYSEshAX9nQIMAJ9jDnuXNQLFAAAAAElFTkSuQmCC") 5 repeat
}

.bdr-bottom-dashed-grey-light,
.bdr-dashed-grey-light,
.bdr-left-dashed-grey-light,
.bdr-right-dashed-grey-light,
.bdr-top-dashed-grey-light {
    -o-border-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWCAYAAAA8AXHiAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkI2MEE1OUREQTNDRjExRTc4MEYyODkyMkJFMjE5Q0UwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkI2MEE1OURFQTNDRjExRTc4MEYyODkyMkJFMjE5Q0UwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QjYwQTU5REJBM0NGMTFFNzgwRjI4OTIyQkUyMTlDRTAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QjYwQTU5RENBM0NGMTFFNzgwRjI4OTIyQkUyMTlDRTAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz61Mk6vAAABdklEQVR42uzdMQ6FIBBAQTDe/4wWNp5iDb0WRogbnClpfkJewILsr9t+RBmvlm9EyW3afVkKCAthISzobU32UTnLx/Hf9iWcWLgKERYIC2EhLBAWwkJYICyEhbBAWAgLYYGwEBbCQlgwQHvz7l04b1UnFq5ChAXCQlgIC4SFsBAWCAthISwQFsJCWCAshIWwEBYIC2EhLBAWwkJYICyEhbBAWCTXps3ExboJNDzhH1ZxFSIsEBbCQlggLISFsEBYCAthgbAQFsICYSEshIWwbAHCQlgIC4SFsBAWCAthISwQFsJCWCAshIWwQFgIC2GBsBAWf9LmvJvpzlvViYWrEGGBsBAWwgJhISyEBcJCWAgLhIWwEBYIC2EhLIQFwkJYCAuEhbAQFggLYSEsEBbJtWkzcbFuAg1PhBMLVyHCAmEhLIQFwkJYCAuEhbAQFggLYSEsEBbCQlgICwZYb9aj8+989YY+ku//tPvixEJYCAthQX+nAAMAN2MO58SoX2EAAAAASUVORK5CYII=") 5 repeat;
    border-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWCAYAAAA8AXHiAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkI2MEE1OUREQTNDRjExRTc4MEYyODkyMkJFMjE5Q0UwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkI2MEE1OURFQTNDRjExRTc4MEYyODkyMkJFMjE5Q0UwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QjYwQTU5REJBM0NGMTFFNzgwRjI4OTIyQkUyMTlDRTAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QjYwQTU5RENBM0NGMTFFNzgwRjI4OTIyQkUyMTlDRTAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz61Mk6vAAABdklEQVR42uzdMQ6FIBBAQTDe/4wWNp5iDb0WRogbnClpfkJewILsr9t+RBmvlm9EyW3afVkKCAthISzobU32UTnLx/Hf9iWcWLgKERYIC2EhLBAWwkJYICyEhbBAWAgLYYGwEBbCQlgwQHvz7l04b1UnFq5ChAXCQlgIC4SFsBAWCAthISwQFsJCWCAshIWwEBYIC2EhLBAWwkJYICyEhbBAWCTXps3ExboJNDzhH1ZxFSIsEBbCQlggLISFsEBYCAthgbAQFsICYSEshIWwbAHCQlgIC4SFsBAWCAthISwQFsJCWCAshIWwQFgIC2GBsBAWf9LmvJvpzlvViYWrEGGBsBAWwgJhISyEBcJCWAgLhIWwEBYIC2EhLIQFwkJYCAuEhbAQFggLYSEsEBbJtWkzcbFuAg1PhBMLVyHCAmEhLIQFwkJYCAuEhbAQFggLYSEsEBbCQlgICwZYb9aj8+989YY+ku//tPvixEJYCAthQX+nAAMAN2MO58SoX2EAAAAASUVORK5CYII=") 5 repeat
}

.bdr-bottom-dashed-grey-dark,
.bdr-dashed-grey-dark,
.bdr-left-dashed-grey-dark,
.bdr-right-dashed-grey-dark,
.bdr-top-dashed-grey-dark {
    -o-border-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWCAYAAAA8AXHiAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjI2MjE4RUMwQTNEMTExRTc5ODM1QjlFODcxMUZGQ0VFIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjI2MjE4RUMxQTNEMTExRTc5ODM1QjlFODcxMUZGQ0VFIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MjYyMThFQkVBM0QxMTFFNzk4MzVCOUU4NzExRkZDRUUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MjYyMThFQkZBM0QxMTFFNzk4MzVCOUU4NzExRkZDRUUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5Z+2oTAAABdklEQVR42uzdMQ6FIBBAQTDe3TN4Ca+4hl4LI8QNzpQ0PyEvYEH2120/ooxXyzei5DbtviwFhIWwEBb0tib7qJzl4/hv+xJOLFyFCAuEhbAQFggLYSEsEBbCQlggLISFsEBYCAthISwYoL159y6ct6oTC1chwgJhISyEBcJCWAgLhIWwEBYIC2EhLBAWwkJYCAuEhbAQFggLYSEsEBbCQlggLJJr02biYt0EGp7wD6u4ChEWCAthISwQFsJCWCAshIWwQFgIC2GBsBAWwkJYtgBhISyEBcJCWAgLhIWwEBYIC2EhLBAWwkJYICyEhbBAWAiLP2lz3s10563qxMJViLBAWAgLYYGwEBbCAmEhLIQFwkJYCAuEhbAQFsICYSEshAXCQlgIC4SFsBAWCIvk2rSZuFg3gYYnwomFqxBhgbAQFsICYSEshAXCQlgIC4SFsBAWCAthISyEBQOsN+vR+Xe+ekMfyfd/2n1xYiEshIWwoL9TgAEAZewOCMTGC0QAAAAASUVORK5CYII=") 5 repeat;
    border-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWCAYAAAA8AXHiAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjI2MjE4RUMwQTNEMTExRTc5ODM1QjlFODcxMUZGQ0VFIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjI2MjE4RUMxQTNEMTExRTc5ODM1QjlFODcxMUZGQ0VFIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MjYyMThFQkVBM0QxMTFFNzk4MzVCOUU4NzExRkZDRUUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MjYyMThFQkZBM0QxMTFFNzk4MzVCOUU4NzExRkZDRUUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5Z+2oTAAABdklEQVR42uzdMQ6FIBBAQTDe3TN4Ca+4hl4LI8QNzpQ0PyEvYEH2120/ooxXyzei5DbtviwFhIWwEBb0tib7qJzl4/hv+xJOLFyFCAuEhbAQFggLYSEsEBbCQlggLISFsEBYCAthISwYoL159y6ct6oTC1chwgJhISyEBcJCWAgLhIWwEBYIC2EhLBAWwkJYCAuEhbAQFggLYSEsEBbCQlggLJJr02biYt0EGp7wD6u4ChEWCAthISwQFsJCWCAshIWwQFgIC2GBsBAWwkJYtgBhISyEBcJCWAgLhIWwEBYIC2EhLBAWwkJYICyEhbBAWAiLP2lz3s10563qxMJViLBAWAgLYYGwEBbCAmEhLIQFwkJYCAuEhbAQFsICYSEshAXCQlgIC4SFsBAWCIvk2rSZuFg3gYYnwomFqxBhgbAQFsICYSEshAXCQlgIC4SFsBAWCAthISyEBQOsN+vR+Xe+ekMfyfd/2n1xYiEshIWwoL9TgAEAZewOCMTGC0QAAAAASUVORK5CYII=") 5 repeat
}

.bdr-bottom-dashed-grey-darker,
.bdr-dashed-grey-darker,
.bdr-left-dashed-grey-darker,
.bdr-right-dashed-grey-darker,
.bdr-top-dashed-grey-darker {
    -o-border-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWCAYAAAA8AXHiAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjZFMkIyRDAyQTNEMTExRTc4RjY2REI1MEI0Qjk1RDE2IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjZFMkIyRDAzQTNEMTExRTc4RjY2REI1MEI0Qjk1RDE2Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NkUyQjJEMDBBM0QxMTFFNzhGNjZEQjUwQjRCOTVEMTYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NkUyQjJEMDFBM0QxMTFFNzhGNjZEQjUwQjRCOTVEMTYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6IYly7AAABdklEQVR42uzdMQ6FIBBAQTDe0ht4Em+9hl4LI8QNzpQ0PyEvYEH2120/ooxXyzei5DbtviwFhIWwEBb0tib7qJzl4/hv+xJOLFyFCAuEhbAQFggLYSEsEBbCQlggLISFsEBYCAthISwYoL159y6ct6oTC1chwgJhISyEBcJCWAgLhIWwEBYIC2EhLBAWwkJYCAuEhbAQFggLYSEsEBbCQlggLJJr02biYt0EGp7wD6u4ChEWCAthISwQFsJCWCAshIWwQFgIC2GBsBAWwkJYtgBhISyEBcJCWAgLhIWwEBYIC2EhLBAWwkJYICyEhbBAWAiLP2lz3s10563qxMJViLBAWAgLYYGwEBbCAmEhLIQFwkJYCAuEhbAQFsICYSEshAXCQlgIC4SFsBAWCIvk2rSZuFg3gYYnwomFqxBhgbAQFsICYSEshAXCQlgIC4SFsBAWCAthISyEBQOsN+vR+Xe+ekMfyfd/2n1xYiEshIWwoL9TgAEA6VQNh5CS/WgAAAAASUVORK5CYII=") 5 repeat;
    border-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWCAYAAAA8AXHiAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjZFMkIyRDAyQTNEMTExRTc4RjY2REI1MEI0Qjk1RDE2IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjZFMkIyRDAzQTNEMTExRTc4RjY2REI1MEI0Qjk1RDE2Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NkUyQjJEMDBBM0QxMTFFNzhGNjZEQjUwQjRCOTVEMTYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NkUyQjJEMDFBM0QxMTFFNzhGNjZEQjUwQjRCOTVEMTYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6IYly7AAABdklEQVR42uzdMQ6FIBBAQTDe0ht4Em+9hl4LI8QNzpQ0PyEvYEH2120/ooxXyzei5DbtviwFhIWwEBb0tib7qJzl4/hv+xJOLFyFCAuEhbAQFggLYSEsEBbCQlggLISFsEBYCAthISwYoL159y6ct6oTC1chwgJhISyEBcJCWAgLhIWwEBYIC2EhLBAWwkJYCAuEhbAQFggLYSEsEBbCQlggLJJr02biYt0EGp7wD6u4ChEWCAthISwQFsJCWCAshIWwQFgIC2GBsBAWwkJYtgBhISyEBcJCWAgLhIWwEBYIC2EhLBAWwkJYICyEhbBAWAiLP2lz3s10563qxMJViLBAWAgLYYGwEBbCAmEhLIQFwkJYCAuEhbAQFsICYSEshAXCQlgIC4SFsBAWCIvk2rSZuFg3gYYnwomFqxBhgbAQFsICYSEshAXCQlgIC4SFsBAWCAthISyEBQOsN+vR+Xe+ekMfyfd/2n1xYiEshIWwoL9TgAEA6VQNh5CS/WgAAAAASUVORK5CYII=") 5 repeat
}

.bdr-bottom-dashed-grey-darkest,
.bdr-dashed-grey-darkest,
.bdr-left-dashed-grey-darkest,
.bdr-right-dashed-grey-darkest,
.bdr-top-dashed-grey-darkest {
    -o-border-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWCAYAAAA8AXHiAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkJDOTg2N0YzQTNEMTExRTdBNTkwQTlBNDAxRjk4MzIyIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkJDOTg2N0Y0QTNEMTExRTdBNTkwQTlBNDAxRjk4MzIyIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QkM5ODY3RjFBM0QxMTFFN0E1OTBBOUE0MDFGOTgzMjIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QkM5ODY3RjJBM0QxMTFFN0E1OTBBOUE0MDFGOTgzMjIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5N9BsgAAABd0lEQVR42uzdMQ6FIBBAQTAexgt4BO9/pDX0WhghbnCmpPkJeQELsr9u+xFlvFq+ESW3afdlKSAshIWwoLc12UflLB/Hf9uXcGLhKkRYICyEhbBAWAgLYYGwEBbCAmEhLIQFwkJYCAthwQDtzbt34bxVnVi4ChEWCAthISwQFsJCWCAshIWwQFgIC2GBsBAWwkJYICyEhbBAWAgLYYGwEBbCAmGRXJs2ExfrJtDwhH9YxVWIsEBYCAthgbAQFsICYSEshAXCQlgIC4SFsBAWwrIFCAthISwQFsJCWCAshIWwQFgIC2GBsBAWwgJhISyEBcJCWPxJm/NupjtvVScWrkKEBcJCWAgLhIWwEBYIC2EhLBAWwkJYICyEhbAQFggLYSEsEBbCQlggLISFsEBYJNemzcTFugk0PBFOLFyFCAuEhbAQFggLYSEsEBbCQlggLISFsEBYCAthISwYYL1Zj86/89Ub+ki+/9PuixMLYSEshAX9nQIMAKOTDNyXMv3YAAAAAElFTkSuQmCC") 5 repeat;
    border-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWCAYAAAA8AXHiAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkJDOTg2N0YzQTNEMTExRTdBNTkwQTlBNDAxRjk4MzIyIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkJDOTg2N0Y0QTNEMTExRTdBNTkwQTlBNDAxRjk4MzIyIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QkM5ODY3RjFBM0QxMTFFN0E1OTBBOUE0MDFGOTgzMjIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QkM5ODY3RjJBM0QxMTFFN0E1OTBBOUE0MDFGOTgzMjIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5N9BsgAAABd0lEQVR42uzdMQ6FIBBAQTAexgt4BO9/pDX0WhghbnCmpPkJeQELsr9u+xFlvFq+ESW3afdlKSAshIWwoLc12UflLB/Hf9uXcGLhKkRYICyEhbBAWAgLYYGwEBbCAmEhLIQFwkJYCAthwQDtzbt34bxVnVi4ChEWCAthISwQFsJCWCAshIWwQFgIC2GBsBAWwkJYICyEhbBAWAgLYYGwEBbCAmGRXJs2ExfrJtDwhH9YxVWIsEBYCAthgbAQFsICYSEshAXCQlgIC4SFsBAWwrIFCAthISwQFsJCWCAshIWwQFgIC2GBsBAWwgJhISyEBcJCWPxJm/NupjtvVScWrkKEBcJCWAgLhIWwEBYIC2EhLBAWwkJYICyEhbAQFggLYSEsEBbCQlggLISFsEBYJNemzcTFugk0PBFOLFyFCAuEhbAQFggLYSEsEBbCQlggLISFsEBYCAthISwYYL1Zj86/89Ub+ki+/9PuixMLYSEshAX9nQIMAKOTDNyXMv3YAAAAAElFTkSuQmCC") 5 repeat
}

.bdr-2x {
    border-width: 2px
}

.bdr-3x {
    border-width: 3px
}

.bdr-4x {
    border-width: 4px
}

.bdr-5x {
    border-width: 5px
}

.bdr-none {
    border: 0
}

.bdr-top-2x {
    border-top-width: 2px
}

.bdr-top-3x {
    border-top-width: 3px
}

.bdr-top-4x {
    border-top-width: 4px
}

.bdr-top-5x {
    border-top-width: 5px
}

.bdr-top-none {
    border-top: 0
}

.bdr-bottom-2x {
    border-bottom-width: 2px
}

.bdr-bottom-3x {
    border-bottom-width: 3px
}

.bdr-bottom-4x {
    border-bottom-width: 4px
}

.bdr-bottom-5x {
    border-bottom-width: 5px
}

.bdr-bottom-none {
    border-bottom: 0
}

.bdr-right-2x {
    border-right-width: 2px
}

.bdr-right-3x {
    border-right-width: 3px
}

.bdr-right-4x {
    border-right-width: 4px
}

.bdr-right-5x {
    border-right-width: 5px
}

.bdr-right-none {
    border-right: 0
}

.bdr-left-2x {
    border-left-width: 2px
}

.bdr-left-3x {
    border-left-width: 3px
}

.bdr-left-4x {
    border-left-width: 4px
}

.bdr-left-5x {
    border-left-width: 5px
}

.bdr-left-none {
    border-left: 0
}

.inner-shadow-top {
    box-shadow: inset 0 16px 15px -16px rgba(91, 106, 136, .35);
    padding-top: 20px
}

.inner-shadow-sm-top {
    box-shadow: inset 0 8px 7px -8px rgba(91, 106, 136, .35);
    padding-top: 20px
}

.inner-shadow-bottom {
    box-shadow: inset 0 -16px 15px -16px rgba(91, 106, 136, .35)
}

.inner-shadow-bottom:after {
    clear: both;
    content: "";
    display: block;
    height: 1px;
    width: 100%
}

.inner-shadow-sm-bottom {
    box-shadow: inset 0 -8px 7px -8px rgba(91, 106, 136, .35)
}

.inner-shadow-sm-bottom:after {
    clear: both;
    content: "";
    display: block;
    height: 1px;
    width: 100%
}

.inner-shadow-right {
    box-shadow: inset -16px 0 15px -16px rgba(91, 106, 136, .35);
    padding-right: 20px
}

.inner-shadow-sm-right {
    box-shadow: inset -8px 0 7px -8px rgba(91, 106, 136, .35);
    padding-right: 20px
}

.inner-shadow-left {
    box-shadow: inset 16px 0 15px -16px rgba(91, 106, 136, .35);
    padding-left: 20px
}

.inner-shadow-sm-left {
    box-shadow: inset 8px 0 7px -8px rgba(91, 106, 136, .35);
    padding-left: 20px
}

.no-shadow {
    box-shadow: none
}

hr.inner-shadow-bottom,
hr.inner-shadow-left,
hr.inner-shadow-right,
hr.inner-shadow-sm-bottom,
hr.inner-shadow-sm-left,
hr.inner-shadow-sm-right,
hr.inner-shadow-sm-top,
hr.inner-shadow-top {
    border-top: 0;
    height: 20px
}

@keyframes btnLoadingSub {

    0%,
    50% {
        opacity: 0;
        transform: scale(0) translateZ(0)
    }

    25% {
        opacity: 1;
        transform: scale(1) translateZ(0)
    }
}

.fxcm-link.link-simple>.ico,
.fxcm-link.link-simple>b.icon-balloon {
    margin-left: 10px
}

.fxcm-link .ico,
.fxcm-link.no-label .ico {
    margin-left: 0
}

.btn {
    background-color: #283545;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Open Sans, Arial, Helvetica, Verdana, sans-serif;
    font-size: .75rem;
    font-weight: 700;
    line-height: 1.5625rem;
    padding: 2px 55px 2px 10px;
    position: relative;
    text-align: left;
    text-decoration: none;
    text-shadow: 1px 1px 0 #151c25;
    text-transform: uppercase;
    transition: all .25s ease 0s;
    vertical-align: middle;
    white-space: nowrap
}

.btn .ico {
    display: block;
    height: 14px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .25s ease 0s, background-color 0s linear 0s;
    width: 14px
}

.btn .ico>svg {
    fill: #fff;
    transition: fill .25s ease 0s, opacity .25s ease .5s
}

.btn.loading {
    cursor: default
}

.btn.loading .ico,
.btn.loading:after,
.btn.loading:before {
    animation-delay: 0s;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-name: btnLoadingSub;
    animation-timing-function: linear;
    background-color: #fff;
    border-radius: 50%;
    height: 8px;
    margin-top: -4px;
    opacity: 0;
    top: 50%;
    width: 8px
}

.btn.loading .ico {
    animation-delay: 0s;
    background-color: #fff;
    right: 30px
}

.btn.loading .ico>svg {
    opacity: 0
}

.btn.loading:after,
.btn.loading:before {
    content: "";
    position: absolute
}

.btn.loading:before {
    animation-delay: .2s;
    right: 20px
}

.btn.loading:after {
    animation-delay: .4s;
    right: 10px
}

.btn:active,
.btn:hover {
    background-color: #283545;
    color: #f4ad03;
    text-shadow: 0 1px 1px #151c25
}

.btn:active .ico>svg,
.btn:hover .ico>svg {
    fill: #f4ad03
}

.btn.disabled,
.btn[disabled] {
    background-color: #b2bfd0 !important;
    color: #ebf0f4 !important;
    cursor: default;
    text-shadow: 0 1px 1px #92a5bd !important
}

.btn.disabled .ico>svg,
.btn[disabled] .ico>svg {
    fill: #ebf0f4 !important
}

.btn-fill,
.btn-full {
    display: block;
    width: 100%
}

.btn-blue {
    background-color: #0c51a3;
    color: #fff;
    text-shadow: 0 1px 1px #093973
}

.btn-red {
    background-color: #ea0404;
    color: #fff;
    text-shadow: 0 1px 1px #b80303
}

.btn-white {
    background-color: #fff;
    color: #283545;
    text-shadow: none
}

.btn-yellow {
    background-color: #f4ad03;
    color: #283545;
    text-shadow: 0 1px 1px #fdcf60
}

.btn-yellow .ico>svg {
    fill: #283545
}

.btn-yellow.loading .ico,
.btn-yellow.loading:after,
.btn-yellow.loading:before {
    background-color: #283545
}

.btn-teal {
    background-color: #01acb6;
    color: #fff;
    text-shadow: 0 1px 1px #0a8194
}

.btn-sm,
.btn-small {
    font-size: .6875rem;
    line-height: 1rem;
    padding-right: 40px;
    text-shadow: none
}

.btn-sm .ico,
.btn-small .ico {
    height: 10px;
    width: 10px
}

.btn-large,
.btn-lg {
    border-bottom: 1px solid #151c25;
    border-top: 1px solid #3b4e65;
    font-size: .9375rem;
    line-height: 1.5rem;
    padding: 5px 65px 5px 15px
}

.btn-large .ico,
.btn-lg .ico {
    height: 17px;
    right: 15px;
    width: 17px
}

.btn-large.btn-blue,
.btn-lg.btn-blue {
    border-bottom: 1px solid #093973;
    border-top: 1px solid #0f69d3
}

.btn-large.btn-red,
.btn-lg.btn-red {
    border-bottom: 1px solid #6d0202;
    border-top: 1px solid #fd7171
}

.btn-large.btn-white,
.btn-lg.btn-white {
    border-bottom: 1px solid #bfbfbf;
    border-top: 1px solid #fff
}

.btn-large.btn-yellow,
.btn-lg.btn-yellow {
    border-bottom: 1px solid #db9b03;
    border-top: 1px solid #fdc747
}

.btn-large.btn-teal,
.btn-lg.btn-teal {
    border-bottom: 1px solid #018a92;
    border-top: 1px solid #01ceda
}

.btn-large.loading .ico,
.btn-lg.loading .ico {
    right: 35px
}

.btn-large.loading:before,
.btn-lg.loading:before {
    right: 25px
}

.btn-large.loading:after,
.btn-lg.loading:after {
    right: 15px
}

.btn-large:active,
.btn-large:hover,
.btn-lg:active,
.btn-lg:hover {
    border-bottom: 1px solid #151c25;
    border-top: 1px solid #3b4e65
}

.btn-large.disabled,
.btn-large[disabled],
.btn-lg.disabled,
.btn-lg[disabled] {
    border-bottom: 1px solid #a2b2c6 !important;
    border-top: 1px solid #c2ccda !important
}

.btn-material {
    background-color: rgba(40, 53, 69, .2);
    border: 1px solid #fff;
    text-shadow: none
}

.btn-material:hover {
    background-color: #fff;
    border-color: #283545;
    color: #283545;
    text-shadow: none
}

.btn-material:hover .ico>svg {
    fill: #283545
}

.btn-material.btn-material-dark {
    background-color: hsla(0, 0%, 100%, .2);
    border-color: #283545;
    color: #283545
}

.btn-material.btn-material-dark .ico>svg {
    fill: #283545
}

.btn-material.btn-material-dark:hover {
    background-color: #0c51a3;
    border-color: #283545;
    color: #fff
}

.btn-material.btn-material-dark:hover .ico>svg {
    fill: #fff
}

.btn-shadowed {
    border: none !important;
    box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, .4);
    text-shadow: none
}

.btn-round {
    background: linear-gradient(180deg, #5b6a88, #283545);
    border-radius: 25px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 2.3125rem;
    overflow: hidden;
    padding: 0 67px 0 17px;
    white-space: nowrap
}

.btn-round .ico {
    height: 17px;
    right: 17px;
    width: 17px
}

.btn-round.btn-blue {
    background: linear-gradient(180deg, #0e5dbb, #0a458b)
}

.btn-round.btn-white {
    background: linear-gradient(180deg, #fff, #f2f2f2)
}

.btn-round.btn-yellow {
    background: linear-gradient(180deg, #fcb814, #db9b03)
}

.btn-round.btn-teal {
    background: linear-gradient(180deg, #01c4cf, #01949d)
}

.btn-round.loading .ico {
    right: 37px
}

.btn-round.loading:before {
    right: 27px
}

.btn-round.loading:after {
    right: 17px
}

.btn-round:active,
.btn-round:hover {
    background: linear-gradient(180deg, #475269, #151c25)
}

.btn-round.disabled,
.btn-round[disabled] {
    background: linear-gradient(180deg, #c2ccda, #a2b2c6) !important
}

.btn-cta {
    border: 3px solid #fff;
    display: block;
    font-size: 1.375rem;
    font-weight: 600;
    line-height: 2.0625rem;
    margin: 0 -3px;
    padding: 8px 0;
    text-align: center;
    width: calc(100% + 6px)
}

.btn-cta .ico {
    display: none
}

.btn-cta:active,
.btn-cta:hover {
    border-color: #fff
}

.has-bg .btn-cta {
    margin: 0;
    width: 100%
}

.ajax-load-more-wrap.blue button.btn-ajax-load-more {
    background-color: #283545;
    border-radius: 0;
    font-size: 1rem;
    font-weight: 400
}

.ajax-load-more-wrap.blue button.btn-ajax-load-more:hover {
    background-color: #5b6a88
}

ul.alm-paging li a {
    background: #f6f7f8 !important
}

ul.alm-paging li a:hover {
    background: #e0e4e9 !important
}

.ajax-load-more-wrap.paging-grey ul.alm-paging li.active a {
    background-color: #283545 !important;
    border-color: #283545 !important
}

.alm-paging-wrap .alm-paging-loading {
    z-index: 100 !important
}

.fxcm-code pre[class*=language-]>code {
    background-size: 4em 76px;
    font-size: 17px;
    line-height: 38px;
    margin-bottom: 20px;
    margin-left: 3px
}

.fxcm-code pre[class*=language-]:before,
pre[class*=language-]:after {
    box-shadow: none;
    display: none
}

.cta-heading>h1:first-child,
.cta-heading>h2:first-child,
.cta-heading>h3:first-child,
.cta-heading>h4:first-child {
    background-color: #fff;
    display: inline-block;
    font-size: 1.5625rem;
    font-weight: 600;
    line-height: 2.125rem;
    padding-right: 10px;
    position: relative;
    text-transform: none;
    z-index: 10
}

.cta-heading>h1:first-child+.lead-in,
.cta-heading>h1:first-child+h2,
.cta-heading>h1:first-child+h3,
.cta-heading>h1:first-child+h4,
.cta-heading>h1:first-child+h5,
.cta-heading>h2:first-child+.lead-in,
.cta-heading>h2:first-child+h2,
.cta-heading>h2:first-child+h3,
.cta-heading>h2:first-child+h4,
.cta-heading>h2:first-child+h5,
.cta-heading>h3:first-child+.lead-in,
.cta-heading>h3:first-child+h2,
.cta-heading>h3:first-child+h3,
.cta-heading>h3:first-child+h4,
.cta-heading>h3:first-child+h5,
.cta-heading>h4:first-child+.lead-in,
.cta-heading>h4:first-child+h2,
.cta-heading>h4:first-child+h3,
.cta-heading>h4:first-child+h4,
.cta-heading>h4:first-child+h5 {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.4375rem;
    margin-bottom: 20px;
    text-transform: none
}

.cta-expand-toggle,
.cta-heading {
    overflow: hidden;
    position: relative
}

.cta-expand-toggle>.btn,
.cta-heading>.btn {
    border: none;
    border-left: 10px solid #fff;
    position: absolute;
    right: 0;
    top: 5px
}

.cta-expand-toggle>hr,
.cta-heading>hr {
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 20px
}

.cta-expand-toggle>.btn-toggle {
    display: block;
    height: 29px;
    overflow: hidden;
    width: 160px
}

.cta-expand-toggle>.btn-toggle>span {
    display: block;
    transform: translateY(-100%);
    transition: transform .4s ease 0s
}

.cta-expand-toggle>.btn-toggle:after {
    content: "+";
    display: block;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 1.375rem;
    position: absolute;
    right: 10px;
    top: 2px;
    transition: transform .4s ease 0s;
    z-index: 10
}

.cta-expand-toggle>.btn-toggle.open {
    background-color: #283545;
    color: #fff;
    text-shadow: 1px 1px 0 #151c25
}

.cta-expand-toggle>.btn-toggle.open>span {
    transform: translateY(0)
}

.cta-expand-toggle>.btn-toggle.open:after {
    transform: rotate(-45deg)
}

.cta-expand-toggle>.btn-toggle.open:hover {
    color: #f4ad03
}

.cta-expand-toggle .cta-expand-content {
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: opacity .6s ease 0s
}

.cta-expand-toggle.open .cta-expand-content {
    height: auto;
    opacity: 1
}

.post-cta-banner,
.shared-content.type-cta {
    border-radius: 3px;
    color: #a8c0dd;
    margin-top: 50px
}

.post-cta-banner h2,
.shared-content.type-cta h2 {
    color: #fff;
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 2.3125rem;
    margin-top: 0 !important
}

.post-cta-banner h3,
.shared-content.type-cta h3 {
    color: #a8c0dd;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 2rem;
    margin-top: 15px
}

.post-cta-banner p,
.shared-content.type-cta p {
    margin-top: 15px !important
}

.post-cta-banner .btn,
.shared-content.type-cta .btn {
    float: none;
    margin-top: 35px;
    padding: 6px 12px;
    text-transform: capitalize
}

.shared-content.type-cta {
    background: #2561a9;
    padding: 25px 30px
}

.post-cta-banner {
    background: #203957;
    padding: 35px 30px
}

.esma-disclaimer {
    background-color: #1c242e;
    border-bottom: 2px solid #fff;
    color: #fff;
    font-family: Open Sans, Arial, Helvetica, Verdana, sans-serif;
    line-height: 1.125rem;
    position: relative;
    text-align: center;
    z-index: 60
}

.esma-disclaimer p {
    margin-bottom: 5px
}

.esma-disclaimer .esma-primary,
.esma-disclaimer .esma-related {
    overflow: hidden;
    padding: 3px 20px 0
}

.esma-disclaimer .esma-related {
    background-color: rgba(40, 53, 69, .1)
}

.esma-disclaimer #collapse-toggle,
.esma-disclaimer .esma-mobile-collapsed {
    display: none
}

.esma-disclaimer.esma-fixed {
    position: fixed;
    top: 0;
    z-index: 2000
}

.esma-disclaimer.esma-spacer {
    position: relative;
    visibility: hidden
}

.faqs dt {
    cursor: pointer;
    display: block;
    position: relative
}

.faqs dt.open {
    font-weight: 700
}

.faqs dd {
    display: block;
    height: 0;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    position: relative;
    transform: translateY(-20px);
    transition: opacity .4s ease 0s, transform .4s ease 0s, height .4s ease 0s
}

.faqs dd.open {
    height: auto;
    opacity: 1;
    transform: translateY(0)
}

.faqs .closeThis {
    bottom: -26px;
    display: none;
    position: absolute;
    right: 4px
}

.faqs.standard dd.open {
    border: 3px solid #ebf0f4;
    margin: -10px 0 20px;
    padding: 20px 20px 0
}

.faqs.standard dt {
    margin: 0 0 20px;
    z-index: 2
}

.faqs.standard dt>h4 {
    color: #0c51a3;
    font-size: .9375rem;
    font-weight: 400;
    line-height: 1.625rem;
    margin-left: 36px;
    text-transform: none
}

.faqs.standard dt>.ico {
    float: left;
    margin: 1px 10px 0 0;
    transition: transform .2s ease 0s
}

.faqs.standard dt.open>h4 {
    color: #283545;
    font-weight: 600
}

.faqs.standard dt.open>.ico {
    transform: rotate(45deg) scale(.875);
    transition: transform .4s ease 0s
}

.faqs.standard dt.open>.ico:after {
    background-color: #283545
}

.faqs.standard .controlLinkWrap {
    height: 20px
}

.faqs.standard .controlLinkWrap a {
    color: #f4ad03;
    float: right;
    font-family: Verdana, sans-serif;
    font-size: .6875rem;
    font-weight: 700;
    line-height: 1.25rem;
    text-transform: uppercase
}

.faqs.round-thumbnail .expandable-pair {
    background: #fff;
    border-radius: 5px;
    box-shadow: 1px 2px 12px -2px hsla(0, 0%, 48%, .15);
    margin: 0 0 20px;
    overflow: hidden;
    transition: box-shadow .2s ease
}

.faqs.round-thumbnail .expandable-pair dt.question {
    align-items: center;
    display: flex;
    padding: 15px 65px 15px 25px;
    position: relative
}

.faqs.round-thumbnail .expandable-pair dt.question .question-thumbnail {
    border-radius: 50%;
    flex: 0 0 55px;
    margin-right: 20px;
    overflow: hidden
}

.faqs.round-thumbnail .expandable-pair dt.question h4 {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.8125rem;
    text-transform: none
}

.faqs.round-thumbnail .expandable-pair dt.question .toggle-set-icon {
    position: absolute;
    right: 45px;
    top: 50%;
    transform: translateY(-50%)
}

.faqs.round-thumbnail .expandable-pair dt.question .toggle-set-icon:after,
.faqs.round-thumbnail .expandable-pair dt.question .toggle-set-icon:before {
    background-color: #283545;
    content: "";
    height: 3px;
    position: absolute;
    transition: .2s ease-in-out;
    width: 17px
}

.faqs.round-thumbnail .expandable-pair dt.question .toggle-set-icon:after {
    transform: rotate(90deg)
}

.faqs.round-thumbnail .expandable-pair dt.question.open .toggle-set-icon:before {
    opacity: 0
}

.faqs.round-thumbnail .expandable-pair dt.question.open .toggle-set-icon:after {
    transform: rotate(0deg)
}

.faqs.round-thumbnail .expandable-pair dd.open {
    padding: 15px 25px 10px
}

.faqs.round-thumbnail .expandable-pair:hover {
    box-shadow: 1px 4px 10px -2px hsla(0, 0%, 48%, .33)
}

.faqs.round-thumbnail .controlLinkWrap {
    margin-bottom: 15px;
    text-align: right
}

.faqs.round-thumbnail .controlLinkWrap .controlThisSection {
    color: #283545;
    font-size: .875rem;
    text-transform: uppercase
}

.faqs .open .closeThis {
    display: block
}

body.rtl .faqs.round-thumbnail .expandable-pair dt.question {
    padding: 15px 25px 15px 65px
}

body.rtl .faqs.round-thumbnail .expandable-pair dt.question .question-thumbnail {
    margin-left: 0;
    margin-right: 20px
}

body.rtl .faqs.round-thumbnail .expandable-pair dt.question .toggle-set-icon {
    left: auto;
    right: 45px
}

.flag {
    color: #fff;
    display: block;
    height: 33px;
    margin-left: 12px;
    padding: 0 8px 0 28px;
    position: relative
}

.flag:after,
.flag:before {
    border-style: solid;
    content: "&nbsp;";
    display: block;
    font-size: 0;
    height: 0;
    left: -12px;
    position: absolute;
    top: 0;
    width: 0
}

.flag:before {
    border-width: 33px 0 0 24px
}

.flag:after {
    border-width: 0 0 33px 24px
}

.flag-title {
    display: block;
    float: left;
    font-size: 1rem;
    font-weight: 700;
    line-height: 2.0625rem
}

.flag-large {
    height: 70px;
    margin-left: 25px;
    padding: 0 8px 0 25px
}

.flag-large:before {
    border-width: 70px 0 0 50px;
    left: -25px
}

.flag-large:after {
    border-width: 0 0 70px 50px;
    left: -25px
}

.flag-large .flag-title {
    font-size: 1.3125rem;
    font-weight: 600;
    line-height: 4.375rem
}

.flag-fill {
    width: auto
}

.flag-quarter-fill {
    width: 25%
}

.flag-half-fill {
    width: 50%
}

.flag-inline {
    padding-right: 30px;
    vertical-align: text-top;
    width: auto
}

.flag-sm {
    height: 15px;
    padding: 0 8px 0 0
}

.flag-sm.flag:before {
    border-width: 15px 0 0 12px
}

.flag-sm.flag:after {
    border-width: 0 0 15px 12px
}

.flag-flipped {
    margin-left: 0;
    margin-right: 20px;
    transform: rotate(180deg)
}

.flag-inline {
    display: inline-block;
    top: -1px;
    vertical-align: middle
}

.flag-dark-gray,
.flag-dark-grey {
    background-color: #202d3d;
    text-shadow: 1px 1px 0 #0b131d
}

.flag-dark-gray:after,
.flag-dark-gray:before,
.flag-dark-grey:after,
.flag-dark-grey:before {
    border-color: #202d3d #202d3d #202d3d transparent
}

.flag-dark-gray .table-simple-pairs th,
.flag-dark-grey .table-simple-pairs th {
    border-bottom: 1px solid #03080e;
    color: #8799ae
}

.flag-dark-gray .table-simple-pairs td,
.flag-dark-grey .table-simple-pairs td {
    border-top: 1px solid #303a46;
    text-shadow: none
}

.flag-blue {
    background-color: #0c51a3;
    text-shadow: 1px 1px 0 #202d3d
}

.flag-blue:after,
.flag-blue:before {
    border-color: #0c51a3 #0c51a3 #0c51a3 transparent
}

.flag-blue .table-simple-pairs th {
    border-bottom: 1px solid #073f81;
    color: #6697d2
}

.flag-blue .table-simple-pairs td {
    border-top: 1px solid #2367b9;
    text-shadow: none
}

.flag-yellow {
    background-color: #f4ad03;
    text-shadow: 1px 1px 0 #e28002
}

.flag-yellow:after,
.flag-yellow:before {
    border-color: #f4ad03 #f4ad03 #f4ad03 transparent
}

.flag-yellow .table-simple-pairs th {
    border-bottom: 1px solid #e49600;
    color: #f8e0a8
}

.flag-yellow .table-simple-pairs td {
    border-top: 1px solid #f8d37a;
    text-shadow: none
}

.flag-light-gray,
.flag-light-grey {
    background-color: #8799ae;
    text-shadow: 1px 1px 0 #697a8d
}

.flag-light-gray:after,
.flag-light-gray:before,
.flag-light-grey:after,
.flag-light-grey:before {
    border-color: #8799ae #8799ae #8799ae transparent
}

.flag-light-gray .table-simple-pairs th,
.flag-light-grey .table-simple-pairs th {
    border-bottom: 1px solid #637487;
    color: #d1d6db
}

.flag-light-gray .table-simple-pairs td,
.flag-light-grey .table-simple-pairs td {
    border-top: 1px solid #b1bac3;
    text-shadow: none
}

.flag-invert-gray,
.flag-invert-grey {
    background-color: #e0e4e9;
    color: #0c51a3;
    text-shadow: 1px 1px 0 #fff
}

.flag-invert-gray:after,
.flag-invert-gray:before,
.flag-invert-grey:after,
.flag-invert-grey:before {
    border-color: #e0e4e9 #e0e4e9 #e0e4e9 transparent
}

.flag-invert-gray .table-simple-pairs th,
.flag-invert-grey .table-simple-pairs th {
    border-bottom: 1px solid #b9c3cd;
    color: #8799ae
}

.flag-invert-gray .table-simple-pairs td,
.flag-invert-grey .table-simple-pairs td {
    border-top: 1px solid #fff;
    text-shadow: none
}

.flag-green {
    background: #a3db0b
}

.flag-green:after,
.flag-green:before {
    border-color: #a3db0b #a3db0b #a3db0b transparent
}

.flag-orange {
    background: #fcba0a
}

.flag-orange:after,
.flag-orange:before {
    border-color: #fcba0a #fcba0a #fcba0a transparent
}

.floated-nav-wrapper {
    padding: 40px 0;
    position: relative
}

.floated-nav-wrapper.floated-nav-custom-position {
    padding-bottom: 20px;
    padding-top: 10px
}

#floated-nav {
    background: #fff;
    clear: both;
    display: block;
    position: relative;
    transition: box-shadow .2s ease 0s;
    width: 100%
}

#floated-nav ul {
    display: flex;
    font-weight: 600;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    position: relative;
    text-transform: uppercase
}

#floated-nav ul li {
    display: block
}

#floated-nav ul li h4.floated-heading>a {
    border-bottom: 2px solid transparent;
    color: #0e75bd;
    display: block;
    font-size: 1.0625rem;
    padding: 15px 0;
    text-align: center;
    text-decoration: none;
    transition: all .2s ease 0s
}

#floated-nav ul li h4.floated-heading>a.current,
#floated-nav ul li h4.floated-heading>a:hover {
    border-bottom-color: #225592;
    color: #225592
}

#floated-nav .col-3 li {
    flex: 0 1 calc(33.33% - 15px)
}

#floated-nav .col-4 li {
    flex: 0 1 calc(25% - 15px)
}

#floated-nav .col-5 li {
    flex: 0 1 calc(20% - 15px)
}

#floated-nav .col-6 li {
    flex: 0 1 calc(16.66% - 15px)
}

#floated-nav.accent-blue-lighter ul li h4.floated-heading>a {
    color: #4fc2ea
}

#floated-nav.accent-blue-lighter ul li h4.floated-heading>a.current,
#floated-nav.accent-blue-lighter ul li h4.floated-heading>a:hover {
    border-color: #0e75bd;
    color: #0e75bd
}

#floated-nav.accent-grey-darkest ul li h4.floated-heading>a {
    color: #283545
}

#floated-nav.accent-grey-darkest ul li h4.floated-heading>a.current,
#floated-nav.accent-grey-darkest ul li h4.floated-heading>a:hover {
    border-color: #5b6a88;
    color: #5b6a88
}

#floated-nav.has-children ul.nav-list-items li.block ul {
    flex-direction: column;
    padding: 20px 15px 5px
}

#floated-nav.has-children ul.nav-list-items li.block ul li {
    padding-left: 12px
}

#floated-nav.has-children ul.nav-list-items li.block ul li a {
    color: #5b6a88;
    font-size: .875rem;
    font-weight: 400;
    text-decoration: none
}

#floated-nav.has-children ul.nav-list-items li.block ul li a:hover {
    color: #0e75bd
}

#floated-nav.has-children ul.nav-list-items li.block ul li .ico {
    height: 11px;
    top: 6px;
    width: 11px
}

body.floated-nav-is-stuck #floated-nav {
    box-shadow: 0 10px 20px -15px rgba(40, 53, 69, .2)
}

body.floated-nav-is-stuck #floated-nav .col-3 li {
    flex: 0 1 33.33%
}

body.floated-nav-is-stuck #floated-nav .col-4 li {
    flex: 0 1 25%
}

body.floated-nav-is-stuck #floated-nav .col-5 li {
    flex: 0 1 20%
}

body.floated-nav-is-stuck #floated-nav .col-6 li {
    flex: 0 1 16.66%
}

body.floated-nav-is-stuck #floated-nav.has-children ul.nav-list-items>li.block {
    height: 100% !important
}

body.floated-nav-is-stuck #floated-nav.has-children ul.nav-list-items>li.block>ul {
    background: #fff;
    box-shadow: 0 10px 20px -15px rgba(40, 53, 69, .2);
    height: 0;
    left: 0;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0 20px;
    position: absolute;
    right: 0;
    top: 100%;
    transform: translateY(-40px);
    transition: opacity .2s ease 0s, transform .2s ease 0s
}

body.floated-nav-is-stuck #floated-nav.has-children ul.nav-list-items>li.block:hover ul {
    border-top: 1px solid #f6f7f8;
    height: auto;
    opacity: 1;
    padding-bottom: 5px;
    padding-top: 15px;
    transform: translateY(0)
}

body:not(.floated-nav-is-stuck) #floated-nav.accent-blue-lighter ul li h4.floated-heading>a {
    border-color: #4fc2ea
}

body:not(.floated-nav-is-stuck) #floated-nav.accent-blue-lighter ul li h4.floated-heading>a.current,
body:not(.floated-nav-is-stuck) #floated-nav.accent-blue-lighter ul li h4.floated-heading>a:hover {
    border-color: #0e75bd;
    color: #0e75bd
}

body:not(.floated-nav-is-stuck) #floated-nav.accent-grey-darkest ul li h4.floated-heading>a {
    border-color: #283545
}

body:not(.floated-nav-is-stuck) #floated-nav.accent-grey-darkest ul li h4.floated-heading>a.current,
body:not(.floated-nav-is-stuck) #floated-nav.accent-grey-darkest ul li h4.floated-heading>a:hover {
    border-color: #5b6a88;
    color: #5b6a88
}

body:not(.floated-nav-is-stuck) #floated-nav ul li h4.floated-heading>a {
    border-bottom: 2px solid #0e75bd
}

body:not(.floated-nav-is-stuck) #floated-nav ul li h4.floated-heading>a:hover {
    border-bottom-color: #225592;
    color: #225592
}

a.floated-nav-error {
    background: #ea0404 !important;
    color: #fff !important
}

.form {
    margin-bottom: 20px;
    overflow: hidden;
    position: relative
}

.form .field-name-favorite_color {
    display: none;
    opacity: 0
}

.form .form-cell {
    padding-bottom: 15px;
    padding-top: 30px;
    position: relative
}

.form .form-cell .field-description,
.form .form-cell .validation-message {
    display: block
}

.form .form-cell .validation-message {
    color: #ea0404
}

.form .form-cell.has-disclaimer {
    padding-right: 60px
}

.form .form-cell.has-disclaimer .fxcm-link {
    position: absolute;
    right: 35px;
    top: 34px
}

.form .form-cell.field-type-checkbox,
.form .form-cell.field-type-custom-html,
.form .form-cell.field-type-radio {
    padding-top: 0
}

.form .form-cell.field-type-custom-html>:last-child {
    margin-bottom: 0
}

.form .form-cell.field-type-submit .preloader-wrapper {
    padding-bottom: 30px;
    padding-top: 30px;
    position: absolute;
    right: 15px;
    top: 5px
}

.form .form-cell.field-type-submit .preloader-wrapper .circle {
    height: 25px;
    margin-left: 0;
    margin-right: 0;
    width: 25px
}

.form .form-cell.field-type-submit:last-child {
    padding-bottom: 30px
}

.form .form-cell.field-type-multicheckbox {
    padding-top: 3px
}

.form .form-cell.field-type-tel {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.form .form-cell.field-type-tel input[data-phone-code] {
    width: 17%
}

.form .form-cell.field-type-tel input[data-phone-number] {
    width: 80%
}

.form .form-cell.field-type-timepicker {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.form .form-cell.field-type-timepicker .hours-wrapper,
.form .form-cell.field-type-timepicker .minutes-wrapper {
    min-width: 120px;
    width: 20%
}

.form .form-cell.field-type-timepicker .hours-wrapper {
    margin-right: 3%
}

.form .form-cell.field-type-timepicker .field-description,
.form .form-cell.field-type-timepicker .validation-message {
    width: 100%
}

.form .form-cell.required .field-label>span:first-child:after {
    content: "*";
    margin-left: 5px
}

.form .form-cell.invalid input,
.form .form-cell.invalid select,
.form .form-cell.invalid textarea {
    background-color: #fee !important;
    border: 1px solid #ae0303 !important;
    box-shadow: none !important
}

.form label {
    display: block;
    padding: 0
}

.form input[type=date],
.form input[type=email],
.form input[type=number],
.form input[type=tel],
.form input[type=text],
.form input[type=time],
.form select,
.form textarea {
    background-color: #f6f7f8;
    border: 1px solid #e0e4e9;
    display: block;
    font-family: Verdana, sans-serif;
    font-size: .75rem;
    font-weight: 400;
    height: 33px;
    line-height: 1rem;
    outline: none;
    padding: 7px 7px 6px;
    transition: all .2s ease 0s;
    width: 100%
}

.form input[type=date]:hover,
.form input[type=email]:hover,
.form input[type=number]:hover,
.form input[type=tel]:hover,
.form input[type=text]:hover,
.form input[type=time]:hover,
.form select:hover,
.form textarea:hover {
    border-color: #b2bfd0
}

.form input[type=date]:focus,
.form input[type=email]:focus,
.form input[type=number]:focus,
.form input[type=tel]:focus,
.form input[type=text]:focus,
.form input[type=time]:focus,
.form select:focus,
.form textarea:focus {
    border-color: #8799ae
}

.form input[type=date]~label,
.form input[type=email]~label,
.form input[type=number]~label,
.form input[type=tel]~label,
.form input[type=text]~label,
.form input[type=time]~label,
.form select~label,
.form textarea~label {
    color: #5b6a88;
    display: block;
    font-family: Open Sans, Arial, Helvetica, Verdana, sans-serif;
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.0625rem;
    position: absolute;
    top: 8px
}

.form select {
    padding-right: 25px
}

.form select>option {
    padding: 7px
}

.form .textarea {
    height: 100px;
    line-height: 1.1875rem
}

.form input[type=checkbox],
.form input[type=radio] {
    cursor: pointer;
    display: block;
    float: left;
    height: 13px;
    margin: 10px 0;
    width: 13px
}

.form input[type=checkbox]~label,
.form input[type=radio]~label {
    color: #283545;
    cursor: pointer;
    font-family: Verdana, sans-serif;
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.3125rem;
    margin-left: 25px;
    padding: 6px 0
}

.form .form-cell.field-type-multicheckbox {
    margin-bottom: 0;
    padding-bottom: 0
}

.form .form-cell.field-type-multicheckbox .col-2 {
    min-width: 50%
}

.form .form-cell.field-type-multicheckbox .col-3 {
    min-width: 33.333%
}

.form .form-cell.field-type-multicheckbox .col-4 {
    min-width: 25%
}

.form .form-cell.field-type-multicheckbox .col-5 {
    min-width: 20%
}

.form .form-cell.field-type-multicheckbox .v-aligner {
    align-items: center;
    flex-flow: wrap;
    justify-content: center
}

.form .form-cell.field-type-multicheckbox .v-aligner .v-align {
    flex: 1 0 0;
    margin: 0 auto
}

.form .form-cell.field-type-multicheckbox a {
    text-decoration: none
}

.form .form-cell.field-type-multicheckbox ul {
    margin-top: 5px
}

.form input[disabled]>label,
.form select[disabled]>label,
.form textarea[disabled]>label {
    color: #b2bfd0
}

.form .instruction {
    color: #5b6a88;
    display: block;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: .625rem;
    font-weight: 400;
    height: 0;
    left: 0;
    line-height: 1.0625rem;
    position: relative;
    top: 2px
}

.form .confBox .maint:not(.cta-heading)>h3:first-child,
.form .confBox .success:not(.cta-heading)>h3:first-child,
.form .formBox:not(.cta-heading)>h3:first-child {
    color: #283545;
    text-shadow: 0 1px 1px hsla(0, 0%, 100%, .6)
}

.form .confBox .maint:not(.cta-heading)>h3:first-child+h4,
.form .confBox .success:not(.cta-heading)>h3:first-child+h4,
.form .formBox:not(.cta-heading)>h3:first-child+h4 {
    color: #5b6a88;
    font-size: .8125rem;
    font-weight: 600;
    line-height: 1.375rem;
    margin-bottom: 20px;
    text-shadow: 0 1px 1px hsla(0, 0%, 100%, .6);
    text-transform: none
}

.form.force-grid-100 .form-cell.field-type-checkbox.has-disclaimer>.fxcm-link,
.form.force-grid-100 .form-cell.field-type-radio.has-disclaimer>.fxcm-link {
    top: 4px
}

.form.force-grid-100 .form-cell.field-type-custom-html {
    padding-top: 5px !important
}

.form.force-grid-100 .form-cell.field-type-submit {
    padding-top: 10px
}

.form.force-grid-100 .confBox .maint>h3:first-child+h4,
.form.force-grid-100 .confBox .maint>h3:first-child~form,
.form.force-grid-100 .confBox .success>h3:first-child+h4,
.form.force-grid-100 .confBox .success>h3:first-child~form,
.form.force-grid-100 .formBox>h3:first-child+h4,
.form.force-grid-100 .formBox>h3:first-child~form {
    margin-top: -15px
}

.form .slider.noUi-target {
    background-color: #f6f7f8;
    border-color: #e0e4e9;
    box-shadow: none;
    cursor: pointer;
    float: left;
    height: 13px;
    margin-top: 10px;
    transition: border-color .2s ease 0s;
    width: calc(75% - 20px)
}

.form .slider.noUi-target .noUi-connects {
    border: 1px solid #f6f7f8
}

.form .slider.noUi-target .noUi-connects .noUi-connect:first-child {
    background-color: #01acb6
}

.form .slider.noUi-target .noUi-handle {
    border: 6px solid #5b6a88;
    border-radius: 50%;
    box-shadow: none;
    cursor: pointer;
    height: 21px;
    right: -9px !important;
    top: -5px;
    transition: all .2s ease 0s;
    width: 21px
}

.form .slider.noUi-target .noUi-handle:after,
.form .slider.noUi-target .noUi-handle:before {
    display: none
}

.form .slider.noUi-target+input {
    float: right;
    max-width: 25%
}

.form .slider.noUi-target:hover {
    border-color: #b2bfd0
}

.form .slider.noUi-target:hover .noUi-handle {
    border-color: #0a8194
}

.form .slider.noUi-target:active {
    border-color: #8799ae
}

.form .std_error label.validate,
.form .std_error label.validate a {
    color: #ae0303 !important
}

.form .std_error span.invalid {
    background-color: #ae0303;
    bottom: -3px;
    color: #fff;
    display: block;
    font-family: Verdana, sans-serif;
    font-size: .625rem;
    font-weight: 400;
    left: 20px;
    line-height: 1.0625rem;
    overflow: hidden;
    padding: 1px 7px;
    position: absolute;
    white-space: nowrap;
    z-index: 20
}

.form .std_error span.invalid:empty {
    display: none !important
}

.form .std_error .check-list span.invalid,
.form .std_error .radio-list span.invalid {
    float: left;
    margin: 8px 10px;
    position: static
}

.form .std_error input[type=date].invalid,
.form .std_error input[type=email].invalid,
.form .std_error input[type=number].invalid,
.form .std_error input[type=tel].invalid,
.form .std_error input[type=text].invalid,
.form .std_error input[type=time].invalid,
.form .std_error select.invalid,
.form .std_error textarea.invalid {
    background-color: #fee !important;
    border: 1px solid #ae0303 !important;
    box-shadow: none !important
}

.form .std_error input[type=checkbox]~span.invalid,
.form .std_error input[type=radio]~span.invalid {
    left: 45px
}

.form.form-transparent input[type=date],
.form.form-transparent input[type=email],
.form.form-transparent input[type=number],
.form.form-transparent input[type=tel],
.form.form-transparent input[type=text],
.form.form-transparent input[type=time],
.form.form-transparent select,
.form.form-transparent textarea,
.form.has-bg input[type=date],
.form.has-bg input[type=email],
.form.has-bg input[type=number],
.form.has-bg input[type=tel],
.form.has-bg input[type=text],
.form.has-bg input[type=time],
.form.has-bg select,
.form.has-bg textarea {
    background-color: #fff;
    border-color: #b2bfd0
}

.csspointerevents .form .placeholder-labels .form-cell {
    padding-top: 10px
}

.csspointerevents .form .placeholder-labels .form-cell.has-disclaimer .fxcm-link {
    top: 14px
}

.csspointerevents .form .placeholder-labels .form-cell.has-disclaimer input[type=date]~label,
.csspointerevents .form .placeholder-labels .form-cell.has-disclaimer input[type=email]~label,
.csspointerevents .form .placeholder-labels .form-cell.has-disclaimer input[type=number]~label,
.csspointerevents .form .placeholder-labels .form-cell.has-disclaimer input[type=tel]~label,
.csspointerevents .form .placeholder-labels .form-cell.has-disclaimer input[type=text]~label,
.csspointerevents .form .placeholder-labels .form-cell.has-disclaimer input[type=time]~label,
.csspointerevents .form .placeholder-labels .form-cell.has-disclaimer select~label,
.csspointerevents .form .placeholder-labels .form-cell.has-disclaimer textarea~label {
    right: 85px
}

.csspointerevents .form .placeholder-labels input[type=date]~label,
.csspointerevents .form .placeholder-labels input[type=email]~label,
.csspointerevents .form .placeholder-labels input[type=number]~label,
.csspointerevents .form .placeholder-labels input[type=tel]~label,
.csspointerevents .form .placeholder-labels input[type=text]~label,
.csspointerevents .form .placeholder-labels input[type=time]~label,
.csspointerevents .form .placeholder-labels select~label,
.csspointerevents .form .placeholder-labels textarea~label {
    background-color: #f6f7f8;
    height: 31px;
    left: 21px;
    overflow: hidden;
    padding: 7px;
    pointer-events: none;
    position: absolute;
    right: 45px;
    text-overflow: ellipsis;
    top: 11px;
    white-space: nowrap;
    z-index: 5
}

.csspointerevents .form .placeholder-labels.std_error input[type=date]~label.validate,
.csspointerevents .form .placeholder-labels.std_error input[type=email]~label.validate,
.csspointerevents .form .placeholder-labels.std_error input[type=number]~label.validate,
.csspointerevents .form .placeholder-labels.std_error input[type=tel]~label.validate,
.csspointerevents .form .placeholder-labels.std_error input[type=text]~label.validate,
.csspointerevents .form .placeholder-labels.std_error input[type=time]~label.validate,
.csspointerevents .form .placeholder-labels.std_error select~label.validate,
.csspointerevents .form .placeholder-labels.std_error textarea~label.validate {
    background-color: #fee
}

.csspointerevents .form.has-bg .placeholder-labels input[type=date]~label,
.csspointerevents .form.has-bg .placeholder-labels input[type=email]~label,
.csspointerevents .form.has-bg .placeholder-labels input[type=number]~label,
.csspointerevents .form.has-bg .placeholder-labels input[type=tel]~label,
.csspointerevents .form.has-bg .placeholder-labels input[type=text]~label,
.csspointerevents .form.has-bg .placeholder-labels input[type=time]~label,
.csspointerevents .form.has-bg .placeholder-labels select~label,
.csspointerevents .form.has-bg .placeholder-labels textarea~label,
.scrollable {
    background-color: #fff
}

.scrollable {
    border: 1px solid #ebf0f4;
    height: 260px;
    margin-top: 15px;
    padding: 10px;
    position: relative
}

.scrollable .inner-scroll {
    height: 230px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 10px
}

.check-list,
.radio-list {
    margin-left: 0;
    padding: 0;
    position: relative
}

.check-list li,
.radio-list li {
    margin: 0;
    overflow: hidden;
    transition: background-color .2s ease 0s
}

.check-list li,
.check-list li:last-child,
.radio-list li,
.radio-list li:last-child {
    padding: 10px 10px 10px 20px
}

.check-list li:before,
.radio-list li:before {
    display: none
}

.check-list li:nth-of-type(2n-1),
.radio-list li:nth-of-type(2n-1) {
    background-color: #f6f7f8
}

.check-list li:hover,
.radio-list li:hover {
    background-color: #ebf0f4
}

.check-list li>label~input[type=checkbox]:last-child,
.check-list li>label~input[type=radio]:last-child,
.radio-list li>label~input[type=checkbox]:last-child,
.radio-list li>label~input[type=radio]:last-child {
    float: right
}

.check-list li.has-disclaimer>label,
.check-list li.has-ico>label,
.check-list li>label:first-child,
.radio-list li.has-disclaimer>label,
.radio-list li.has-ico>label,
.radio-list li>label:first-child {
    float: left;
    margin: 5px 10% 5px 0
}

.check-list li.has-disclaimer,
.check-list li.has-ico,
.radio-list li.has-disclaimer,
.radio-list li.has-ico {
    padding-left: 50px
}

.check-list li.has-disclaimer>.icon-balloon,
.check-list li.has-disclaimer>a.fxcm-link,
.check-list li.has-ico>.icon-balloon,
.check-list li.has-ico>a.fxcm-link,
.radio-list li.has-disclaimer>.icon-balloon,
.radio-list li.has-disclaimer>a.fxcm-link,
.radio-list li.has-ico>.icon-balloon,
.radio-list li.has-ico>a.fxcm-link {
    left: 5px;
    position: absolute;
    top: 17px
}

.check-list.yes-no,
.radio-list.yes-no {
    padding-top: 25px
}

.check-list.yes-no:after,
.check-list.yes-no:before,
.radio-list.yes-no:after,
.radio-list.yes-no:before {
    display: block;
    font-size: .6875rem;
    font-weight: 700;
    line-height: .75rem;
    margin: 5px 10px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 4%
}

.check-list.yes-no:before,
.radio-list.yes-no:before {
    border-left: 1px solid #5b6a88;
    content: "No";
    right: 0
}

.check-list.yes-no:after,
.radio-list.yes-no:after {
    border-right: 1px solid #5b6a88;
    content: "Yes";
    right: 4%
}

.check-list.yes-no li input[type=checkbox]:nth-last-child(n-2),
.check-list.yes-no li input[type=radio]:nth-last-child(n-2),
.radio-list.yes-no li input[type=checkbox]:nth-last-child(n-2),
.radio-list.yes-no li input[type=radio]:nth-last-child(n-2) {
    margin-left: 0;
    margin-right: 4px;
    position: absolute;
    top: 10px
}

.check-list.yes-no li input[type=checkbox]:last-child,
.check-list.yes-no li input[type=radio]:last-child,
.radio-list.yes-no li input[type=checkbox]:last-child,
.radio-list.yes-no li input[type=radio]:last-child {
    right: 2%
}

.check-list.yes-no li input[type=checkbox]:nth-last-child(2),
.check-list.yes-no li input[type=radio]:nth-last-child(2),
.radio-list.yes-no li input[type=checkbox]:nth-last-child(2),
.radio-list.yes-no li input[type=radio]:nth-last-child(2) {
    right: 6%
}

.confBox .error,
.confBox .maint,
.confBox .success {
    display: none
}

.confBox .cred {
    background: #f6f7f8;
    border-bottom: 1px solid #ebf0f4;
    color: #0c51a3;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 5px 10px
}

.geo-popup {
    margin: 0 auto;
    max-width: 600px;
    width: 100%
}

.geo-popup h2 {
    font-weight: 600;
    text-transform: uppercase !important
}

.geo-popup .geo-logo {
    margin-bottom: 30px;
    width: 160px
}

.ico,
.icon-balloon,
.icon-balloon>span {
    display: inline-block;
    font-size: 0;
    font-style: normal;
    line-height: 0;
    vertical-align: middle
}

.ico>svg {
    height: 100%;
    width: 100%
}

.has-ico:not(.btn)>.ico {
    margin-top: -2px
}

.ico-offset-x-1>svg {
    transform: translateX(1%)
}

.ico-offset-x-n1>svg {
    transform: translateX(-1%)
}

.ico-offset-y-1>svg {
    transform: translateY(1%)
}

.ico-offset-y-n1>svg {
    transform: translateY(-1%)
}

.ico-offset-x-2>svg {
    transform: translateX(2%)
}

.ico-offset-x-n2>svg {
    transform: translateX(-2%)
}

.ico-offset-y-2>svg {
    transform: translateY(2%)
}

.ico-offset-y-n2>svg {
    transform: translateY(-2%)
}

.ico-offset-x-3>svg {
    transform: translateX(3%)
}

.ico-offset-x-n3>svg {
    transform: translateX(-3%)
}

.ico-offset-y-3>svg {
    transform: translateY(3%)
}

.ico-offset-y-n3>svg {
    transform: translateY(-3%)
}

.ico-offset-x-4>svg {
    transform: translateX(4%)
}

.ico-offset-x-n4>svg {
    transform: translateX(-4%)
}

.ico-offset-y-4>svg {
    transform: translateY(4%)
}

.ico-offset-y-n4>svg {
    transform: translateY(-4%)
}

.ico-offset-x-5>svg {
    transform: translateX(5%)
}

.ico-offset-x-n5>svg {
    transform: translateX(-5%)
}

.ico-offset-y-5>svg {
    transform: translateY(5%)
}

.ico-offset-y-n5>svg {
    transform: translateY(-5%)
}

.ico-5 {
    height: 5px;
    width: 5px
}

.ico-offset-x-6>svg {
    transform: translateX(6%)
}

.ico-offset-x-n6>svg {
    transform: translateX(-6%)
}

.ico-offset-y-6>svg {
    transform: translateY(6%)
}

.ico-offset-y-n6>svg {
    transform: translateY(-6%)
}

.ico-6 {
    height: 6px;
    width: 6px
}

.ico-offset-x-7>svg {
    transform: translateX(7%)
}

.ico-offset-x-n7>svg {
    transform: translateX(-7%)
}

.ico-offset-y-7>svg {
    transform: translateY(7%)
}

.ico-offset-y-n7>svg {
    transform: translateY(-7%)
}

.ico-7 {
    height: 7px;
    width: 7px
}

.ico-offset-x-8>svg {
    transform: translateX(8%)
}

.ico-offset-x-n8>svg {
    transform: translateX(-8%)
}

.ico-offset-y-8>svg {
    transform: translateY(8%)
}

.ico-offset-y-n8>svg {
    transform: translateY(-8%)
}

.ico-8 {
    height: 8px;
    width: 8px
}

.ico-offset-x-9>svg {
    transform: translateX(9%)
}

.ico-offset-x-n9>svg {
    transform: translateX(-9%)
}

.ico-offset-y-9>svg {
    transform: translateY(9%)
}

.ico-offset-y-n9>svg {
    transform: translateY(-9%)
}

.ico-9 {
    height: 9px;
    width: 9px
}

.ico-offset-x-10>svg {
    transform: translateX(10%)
}

.ico-offset-x-n10>svg {
    transform: translateX(-10%)
}

.ico-offset-y-10>svg {
    transform: translateY(10%)
}

.ico-offset-y-n10>svg {
    transform: translateY(-10%)
}

.ico-10 {
    height: 10px;
    width: 10px
}

.ico-offset-x-11>svg {
    transform: translateX(11%)
}

.ico-offset-x-n11>svg {
    transform: translateX(-11%)
}

.ico-offset-y-11>svg {
    transform: translateY(11%)
}

.ico-offset-y-n11>svg {
    transform: translateY(-11%)
}

.ico-11 {
    height: 11px;
    width: 11px
}

.ico-offset-x-12>svg {
    transform: translateX(12%)
}

.ico-offset-x-n12>svg {
    transform: translateX(-12%)
}

.ico-offset-y-12>svg {
    transform: translateY(12%)
}

.ico-offset-y-n12>svg {
    transform: translateY(-12%)
}

.ico-12 {
    height: 12px;
    width: 12px
}

.ico-offset-x-13>svg {
    transform: translateX(13%)
}

.ico-offset-x-n13>svg {
    transform: translateX(-13%)
}

.ico-offset-y-13>svg {
    transform: translateY(13%)
}

.ico-offset-y-n13>svg {
    transform: translateY(-13%)
}

.ico-13 {
    height: 13px;
    width: 13px
}

.ico-offset-x-14>svg {
    transform: translateX(14%)
}

.ico-offset-x-n14>svg {
    transform: translateX(-14%)
}

.ico-offset-y-14>svg {
    transform: translateY(14%)
}

.ico-offset-y-n14>svg {
    transform: translateY(-14%)
}

.ico-14 {
    height: 14px;
    width: 14px
}

.ico-offset-x-15>svg {
    transform: translateX(15%)
}

.ico-offset-x-n15>svg {
    transform: translateX(-15%)
}

.ico-offset-y-15>svg {
    transform: translateY(15%)
}

.ico-offset-y-n15>svg {
    transform: translateY(-15%)
}

.ico-15 {
    height: 15px;
    width: 15px
}

.ico-offset-x-16>svg {
    transform: translateX(16%)
}

.ico-offset-x-n16>svg {
    transform: translateX(-16%)
}

.ico-offset-y-16>svg {
    transform: translateY(16%)
}

.ico-offset-y-n16>svg {
    transform: translateY(-16%)
}

.ico-16 {
    height: 16px;
    width: 16px
}

.ico-offset-x-17>svg {
    transform: translateX(17%)
}

.ico-offset-x-n17>svg {
    transform: translateX(-17%)
}

.ico-offset-y-17>svg {
    transform: translateY(17%)
}

.ico-offset-y-n17>svg {
    transform: translateY(-17%)
}

.ico-17 {
    height: 17px;
    width: 17px
}

.ico-offset-x-18>svg {
    transform: translateX(18%)
}

.ico-offset-x-n18>svg {
    transform: translateX(-18%)
}

.ico-offset-y-18>svg {
    transform: translateY(18%)
}

.ico-offset-y-n18>svg {
    transform: translateY(-18%)
}

.ico-18 {
    height: 18px;
    width: 18px
}

.ico-offset-x-19>svg {
    transform: translateX(19%)
}

.ico-offset-x-n19>svg {
    transform: translateX(-19%)
}

.ico-offset-y-19>svg {
    transform: translateY(19%)
}

.ico-offset-y-n19>svg {
    transform: translateY(-19%)
}

.ico-19 {
    height: 19px;
    width: 19px
}

.ico-offset-x-20>svg {
    transform: translateX(20%)
}

.ico-offset-x-n20>svg {
    transform: translateX(-20%)
}

.ico-offset-y-20>svg {
    transform: translateY(20%)
}

.ico-offset-y-n20>svg {
    transform: translateY(-20%)
}

.ico-20 {
    height: 20px;
    width: 20px
}

.ico-21 {
    height: 21px;
    width: 21px
}

.ico-22 {
    height: 22px;
    width: 22px
}

.ico-23 {
    height: 23px;
    width: 23px
}

.ico-24 {
    height: 24px;
    width: 24px
}

.ico-25 {
    height: 25px;
    width: 25px
}

.ico-26 {
    height: 26px;
    width: 26px
}

.ico-28 {
    height: 28px;
    width: 28px
}

.ico-30 {
    height: 30px;
    width: 30px
}

.ico-32 {
    height: 32px;
    width: 32px
}

.ico-34 {
    height: 34px;
    width: 34px
}

.ico-36 {
    height: 36px;
    width: 36px
}

.ico-38 {
    height: 38px;
    width: 38px
}

.ico-40 {
    height: 40px;
    width: 40px
}

.ico-45 {
    height: 45px;
    width: 45px
}

.ico-50 {
    height: 50px;
    width: 50px
}

.ico-55 {
    height: 55px;
    width: 55px
}

.ico-60 {
    height: 60px;
    width: 60px
}

.ico-65 {
    height: 65px;
    width: 65px
}

.ico-70 {
    height: 70px;
    width: 70px
}

.ico-75 {
    height: 75px;
    width: 75px
}

.ico-80 {
    height: 80px;
    width: 80px
}

.ico-90 {
    height: 90px;
    width: 90px
}

.ico-100 {
    height: 100px;
    width: 100px
}

.ico-110 {
    height: 110px;
    width: 110px
}

.ico-120 {
    height: 120px;
    width: 120px
}

.ico-130 {
    height: 130px;
    width: 130px
}

.ico-140 {
    height: 140px;
    width: 140px
}

.ico-150 {
    height: 150px;
    width: 150px
}

.ico-160 {
    height: 160px;
    width: 160px
}

.ico-170 {
    height: 170px;
    width: 170px
}

.ico-175 {
    height: 175px;
    width: 175px
}

.ico-180 {
    height: 180px;
    width: 180px
}

.ico-190 {
    height: 190px;
    width: 190px
}

.ico-200 {
    height: 200px;
    width: 200px
}

.ico-grey svg,
.ico-hover-grey:hover svg {
    fill: #b2bfd0
}

.ico-grey-darkest svg,
.ico-hover-grey-darkest:hover svg {
    fill: #283545
}

.ico-grey-darker svg,
.ico-hover-grey-darker:hover svg {
    fill: #5b6a88
}

.ico-grey-dark svg,
.ico-hover-grey-dark:hover svg {
    fill: #8799ae
}

.ico-grey-light svg,
.ico-hover-grey-light:hover svg {
    fill: #e0e4e9
}

.ico-grey-lighter svg,
.ico-hover-grey-lighter:hover svg {
    fill: #ebf0f4
}

.ico-grey-lightest svg,
.ico-hover-grey-lightest:hover svg {
    fill: #f6f7f8
}

.ico-hover-teal:hover svg,
.ico-teal svg {
    fill: #01acb6
}

.ico-hover-teal-dark:hover svg,
.ico-teal-dark svg {
    fill: #0a8194
}

.ico-hover-teal-light:hover svg,
.ico-teal-light svg {
    fill: #18d5d2
}

.ico-blue svg,
.ico-hover-blue:hover svg {
    fill: #0c51a3
}

.ico-blue-dark svg,
.ico-hover-blue-dark:hover svg {
    fill: #225592
}

.ico-blue-light svg,
.ico-hover-blue-light:hover svg {
    fill: #0e75bd
}

.ico-blue-lighter svg,
.ico-hover-blue-lighter:hover svg {
    fill: #4fc2ea
}

.ico-hover-mustard:hover svg,
.ico-mustard svg {
    fill: #edda8e
}

.ico-hover-yellow:hover svg,
.ico-yellow svg {
    fill: #f4ad03
}

.ico-beige svg,
.ico-hover-beige:hover svg {
    fill: #f6f4e1
}

.ico-hover-red:hover svg,
.ico-red svg {
    fill: #ea0404
}

.ico-green svg,
.ico-hover-green:hover svg {
    fill: #67b20b
}

.ico-forest-green svg,
.ico-hover-forest-green:hover svg {
    fill: #629083
}

.ico-black svg,
.ico-hover-black:hover svg {
    fill: #000
}

.ico-hover-white:hover svg,
.ico-white svg {
    fill: #fff
}

.ico-bg.ico-grey:after,
.ico-bg.ico-hover-grey:hover:after {
    background-color: #b2bfd0
}

.ico-bg.ico-grey-darkest:after,
.ico-bg.ico-hover-grey-darkest:hover:after {
    background-color: #283545
}

.ico-bg.ico-grey-darker:after,
.ico-bg.ico-hover-grey-darker:hover:after {
    background-color: #5b6a88
}

.ico-bg.ico-grey-dark:after,
.ico-bg.ico-hover-grey-dark:hover:after {
    background-color: #8799ae
}

.ico-bg.ico-grey-light:after,
.ico-bg.ico-hover-grey-light:hover:after {
    background-color: #e0e4e9
}

.ico-bg.ico-grey-lighter:after,
.ico-bg.ico-hover-grey-lighter:hover:after {
    background-color: #ebf0f4
}

.ico-bg.ico-grey-lightest:after,
.ico-bg.ico-hover-grey-lightest:hover:after {
    background-color: #f6f7f8
}

.ico-bg.ico-hover-teal:hover:after,
.ico-bg.ico-teal:after {
    background-color: #01acb6
}

.ico-bg.ico-hover-teal-dark:hover:after,
.ico-bg.ico-teal-dark:after {
    background-color: #0a8194
}

.ico-bg.ico-hover-teal-light:hover:after,
.ico-bg.ico-teal-light:after {
    background-color: #18d5d2
}

.ico-bg.ico-blue:after,
.ico-bg.ico-hover-blue:hover:after {
    background-color: #0c51a3
}

.ico-bg.ico-blue-dark:after,
.ico-bg.ico-hover-blue-dark:hover:after {
    background-color: #225592
}

.ico-bg.ico-blue-light:after,
.ico-bg.ico-hover-blue-light:hover:after {
    background-color: #0e75bd
}

.ico-bg.ico-blue-lighter:after,
.ico-bg.ico-hover-blue-lighter:hover:after {
    background-color: #4fc2ea
}

.ico-bg.ico-hover-mustard:hover:after,
.ico-bg.ico-mustard:after {
    background-color: #edda8e
}

.ico-bg.ico-hover-yellow:hover:after,
.ico-bg.ico-yellow:after {
    background-color: #f4ad03
}

.ico-bg.ico-beige:after,
.ico-bg.ico-hover-beige:hover:after {
    background-color: #f6f4e1
}

.ico-bg.ico-hover-red:hover:after,
.ico-bg.ico-red:after {
    background-color: #ea0404
}

.ico-bg.ico-green:after,
.ico-bg.ico-hover-green:hover:after {
    background-color: #67b20b
}

.ico-bg.ico-forest-green:after,
.ico-bg.ico-hover-forest-green:hover:after {
    background-color: #629083
}

.ico-bg.ico-black:after,
.ico-bg.ico-hover-black:hover:after {
    background-color: #000
}

.ico-bg.ico-hover-white:hover:after,
.ico-bg.ico-white:after {
    background-color: #fff
}

.ico-bg.ico-greay-lighter svg,
.ico-bg.ico-grey-lightest svg,
.ico-bg.ico-white svg {
    fill: #283545
}

.ico-bg,
.ico-bg svg {
    position: relative
}

.ico-bg svg {
    fill: #fff;
    padding: 20%;
    z-index: 10
}

.ico-bg:after {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.ico-bg.ico-bg-pad-25 svg {
    padding: 25%
}

.ico-bg.ico-bg-pad-30 svg {
    padding: 30%
}

.ico-shadow:after {
    box-shadow: 0 1px 4px rgba(0, 0, 0, .5)
}

.ico-bg.ico-rounded:after {
    border-radius: 10%
}

.ico-bg.ico-circle:after {
    border-radius: 50%
}

.icon-balloon {
    position: relative;
    text-align: center
}

.icon-balloon:after {
    background-color: #b2bfd0;
    bottom: 20%;
    content: "";
    left: 50%;
    padding: 50%;
    position: absolute;
    transform: skew(0, -35deg)
}

.icon-balloon>span {
    background-color: #b2bfd0;
    border-radius: 10%;
    margin-bottom: 50%;
    padding: 30% 0;
    position: relative;
    width: 200%;
    z-index: 5
}

.icon-balloon svg {
    fill: #fff
}

.app-store-badge {
    height: 56px
}

.icon-balloon.ico-grey:after,
.icon-balloon.ico-grey>span {
    background-color: #b2bfd0
}

.icon-balloon.ico-grey-darkest:after,
.icon-balloon.ico-grey-darkest>span {
    background-color: #283545
}

.icon-balloon.ico-grey-darker:after,
.icon-balloon.ico-grey-darker>span {
    background-color: #5b6a88
}

.icon-balloon.ico-grey-dark:after,
.icon-balloon.ico-grey-dark>span {
    background-color: #8799ae
}

.icon-balloon.ico-grey-light:after,
.icon-balloon.ico-grey-light>span {
    background-color: #e0e4e9
}

.icon-balloon.ico-grey-lighter:after,
.icon-balloon.ico-grey-lighter>span {
    background-color: #ebf0f4
}

.icon-balloon.ico-grey-lightest:after,
.icon-balloon.ico-grey-lightest>span {
    background-color: #f6f7f8
}

.icon-balloon.ico-teal:after,
.icon-balloon.ico-teal>span {
    background-color: #01acb6
}

.icon-balloon.ico-teal-dark:after,
.icon-balloon.ico-teal-dark>span {
    background-color: #0a8194
}

.icon-balloon.ico-teal-light:after,
.icon-balloon.ico-teal-light>span {
    background-color: #18d5d2
}

.icon-balloon.ico-blue:after,
.icon-balloon.ico-blue>span {
    background-color: #0c51a3
}

.icon-balloon.ico-blue-dark:after,
.icon-balloon.ico-blue-dark>span {
    background-color: #225592
}

.icon-balloon.ico-blue-light:after,
.icon-balloon.ico-blue-light>span {
    background-color: #0e75bd
}

.icon-balloon.ico-blue-lighter:after,
.icon-balloon.ico-blue-lighter>span {
    background-color: #4fc2ea
}

.icon-balloon.ico-mustard:after,
.icon-balloon.ico-mustard>span {
    background-color: #edda8e
}

.icon-balloon.ico-yellow:after,
.icon-balloon.ico-yellow>span {
    background-color: #f4ad03
}

.icon-balloon.ico-beige:after,
.icon-balloon.ico-beige>span {
    background-color: #f6f4e1
}

.icon-balloon.ico-red:after,
.icon-balloon.ico-red>span {
    background-color: #ea0404
}

.icon-balloon.ico-green:after,
.icon-balloon.ico-green>span {
    background-color: #67b20b
}

.icon-balloon.ico-forest-green:after,
.icon-balloon.ico-forest-green>span {
    background-color: #629083
}

.icon-balloon.ico-black:after,
.icon-balloon.ico-black>span {
    background-color: #000
}

.icon-balloon.ico-white:after,
.icon-balloon.ico-white>span {
    background-color: #fff
}

.insight-block,
.insights-block-feed .insight-block {
    border: solid rgba(40, 53, 69, .2);
    border-width: 1px 1px 2px;
    display: block;
    height: 410px;
    margin-bottom: 40px;
    overflow: hidden;
    position: relative
}

.insight-block header.post-header,
.insights-block-feed .insight-block header.post-header {
    background-color: rgba(40, 53, 69, .8);
    height: 180px;
    position: relative;
    width: 100%
}

.insight-block header.post-header>a,
.insights-block-feed .insight-block header.post-header>a {
    background-color: inherit;
    display: block;
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 10
}

.insight-block header.post-header>a:hover .post-title,
.insights-block-feed .insight-block header.post-header>a:hover .post-title {
    background-color: rgba(40, 53, 69, .8)
}

.insight-block header.post-header>a:hover .featured-image>img,
.insights-block-feed .insight-block header.post-header>a:hover .featured-image>img {
    opacity: .5;
    transform: translate3d(-50%, -50%, 0) scale(.95)
}

.insight-block header.post-header>a:hover .featured-image~.post-title,
.insights-block-feed .insight-block header.post-header>a:hover .featured-image~.post-title {
    background-color: inherit
}

.insight-block .featured-image,
.insights-block-feed .insight-block .featured-image {
    height: 100%;
    position: absolute;
    width: 100%
}

.insight-block .featured-image:after,
.insights-block-feed .insight-block .featured-image:after {
    background: linear-gradient(35deg, rgba(40, 53, 69, 0) 65%, rgba(40, 53, 69, .8));
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.insight-block .featured-image>img,
.insights-block-feed .insight-block .featured-image>img {
    left: 50%;
    max-width: 120%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    transition: all .25s ease 0s
}

.insight-block .cat-icon-wrapper,
.insights-block-feed .insight-block .cat-icon-wrapper {
    position: absolute;
    right: 15px;
    top: 15px
}

.insight-block .cat-icon-wrapper .cat-icon,
.insights-block-feed .insight-block .cat-icon-wrapper .cat-icon {
    background-color: transparent !important
}

.insight-block .cat-icon-wrapper .cat-icon .ico,
.insights-block-feed .insight-block .cat-icon-wrapper .cat-icon .ico {
    height: 35px;
    width: 35px
}

.insight-block .cat-icon-wrapper .cat-title,
.insights-block-feed .insight-block .cat-icon-wrapper .cat-title {
    display: none
}

.insight-block .post-title,
.insights-block-feed .insight-block .post-title {
    background-color: inherit;
    bottom: 0;
    padding: 10px 20px 11px;
    position: absolute;
    transition: background-color .25s ease 0s;
    width: 100%
}

.insight-block .post-title h2,
.insights-block-feed .insight-block .post-title h2 {
    color: #fff;
    font-size: 1.1875rem;
    line-height: 1.875rem;
    margin: 0
}

.insight-block .author,
.insights-block-feed .insight-block .author {
    color: #8799ae;
    cursor: default;
    float: right;
    font-family: Open Sans, Arial, Helvetica, Verdana, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    padding: 5px 20px
}

.insight-block .author a,
.insights-block-feed .insight-block .author a {
    color: #5b6a88
}

.insight-block .author .ico,
.insights-block-feed .insight-block .author .ico {
    -webkit-margin-end: 5px;
    margin-top: -2px;
    margin-inline-end: 5px
}

.insight-block time,
.insights-block-feed .insight-block time {
    background-color: #f6f7f8;
    color: #5b6a88;
    display: block;
    font-family: Open Sans, Arial, Helvetica, Verdana, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    padding: 5px 20px
}

.insight-block .post-tags,
.insights-block-feed .insight-block .post-tags {
    bottom: 10px;
    font-size: .6875rem;
    left: 20px;
    line-height: 1.25rem;
    margin-bottom: 0;
    overflow: hidden;
    padding: 10px 0;
    position: absolute;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 40px);
    z-index: 10
}

.insight-block .post-tags>li,
.insights-block-feed .insight-block .post-tags>li {
    -webkit-margin-end: 1px;
    display: inline-block;
    margin-inline-end: 1px
}

.insight-block .post-tags>li>a,
.insights-block-feed .insight-block .post-tags>li>a {
    background-color: #5b6a88;
    border-radius: 12px;
    color: #fff;
    display: block;
    padding: 0 10px 1px;
    text-decoration: none;
    transition: background-color .2s ease 0s
}

.insight-block .post-tags>li>a:hover,
.insights-block-feed .insight-block .post-tags>li>a:hover {
    background-color: #283545 !important
}

.insight-block .post-content,
.insights-block-feed .insight-block .post-content {
    background-color: #fff;
    font-family: Verdana, sans-serif;
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1.375rem;
    min-height: 100%;
    padding: 15px 20px 0;
    transition: all .25s ease 0s
}

.insight-block:hover,
.insights-block-feed .insight-block:hover {
    border-color: rgba(40, 53, 69, .4);
    transition: border-color .25s ease 0s
}

.insight-block:hover .author,
.insight-block:hover time,
.insights-block-feed .insight-block:hover .author,
.insights-block-feed .insight-block:hover time {
    background-color: #ebf0f4;
    color: #5b6a88;
    transition: background-color .25s ease 0s
}

.insight-block:hover .post-content,
.insights-block-feed .insight-block:hover .post-content {
    background-color: #f6f7f8;
    transition: background-color .25s ease 0s
}

.css-loader {
    clear: both;
    display: block;
    position: relative;
    text-align: center;
    width: 100%
}

.css-loader p {
    color: #5b6a88;
    margin: 0
}

.css-loader .circle,
.css-loader p {
    display: inline-block;
    vertical-align: middle
}

.css-loader .circle {
    animation: rotate360 1s linear infinite;
    border: 4px solid #ebf0f4;
    border-radius: 100%;
    border-top-color: #4fc2ea;
    height: 40px;
    margin-right: 15px;
    width: 40px
}

.lottie-widget {
    position: relative
}

.lottie-widget .css-loader,
.lottie-widget .lottie-placeholder {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.lottie-widget .css-loader {
    align-items: center;
    display: flex;
    justify-content: center
}

.lottie-widget .lottie-placeholder {
    -o-object-fit: cover;
    object-fit: cover
}

.lottie-widget dotlottie-wc {
    display: block;
    height: 100%;
    opacity: 0;
    transition: opacity .2s ease;
    width: 100%
}

.lottie-widget.is-loaded .css-loader,
.lottie-widget.is-loaded .lottie-placeholder {
    display: none
}

.lottie-widget.is-loaded dotlottie-wc {
    opacity: 1
}

@keyframes rotate360 {
    to {
        transform: rotate(1turn)
    }
}

.basicLightbox {
    align-items: center;
    background: rgba(0, 0, 0, .8);
    display: flex;
    height: 100vh;
    justify-content: center;
    left: 0;
    opacity: .01;
    position: fixed;
    top: 0;
    transition: opacity .4s ease;
    width: 100%;
    will-change: opacity;
    z-index: 1000
}

.basicLightbox--visible {
    opacity: 1
}

.basicLightbox__placeholder {
    max-width: 100%;
    transform: scale(.9);
    transition: transform .4s ease;
    will-change: transform;
    z-index: 1
}

.basicLightbox__placeholder>iframe:first-child:last-child,
.basicLightbox__placeholder>img:first-child:last-child,
.basicLightbox__placeholder>video:first-child:last-child {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-height: 95%;
    max-width: 95%;
    position: absolute;
    right: 0;
    top: 0
}

.basicLightbox__placeholder>iframe:first-child:last-child,
.basicLightbox__placeholder>video:first-child:last-child {
    pointer-events: auto
}

.basicLightbox__placeholder>img:first-child:last-child,
.basicLightbox__placeholder>video:first-child:last-child {
    height: auto;
    width: auto
}

.basicLightbox--iframe .basicLightbox__placeholder,
.basicLightbox--img .basicLightbox__placeholder,
.basicLightbox--video .basicLightbox__placeholder {
    height: 100%;
    pointer-events: none;
    width: 100%
}

.basicLightbox--visible .basicLightbox__placeholder {
    transform: scale(1)
}

.basicLightbox {
    background-color: rgba(40, 53, 69, .6) !important;
    z-index: 9999
}

.basicLightbox__placeholder {
    max-width: calc(100% - 120px);
    width: 1280px
}

.basicLightbox__placeholder .basic-lightbox-modal {
    background: #fff;
    border-radius: 4px;
    box-shadow: 2px 5px 20px -5px rgba(0, 0, 0, .2);
    margin: 0 auto;
    max-height: calc(100vh - 120px);
    max-width: 1280px;
    overflow-y: auto;
    padding: 20px 20px 0
}

.basicLightbox__placeholder .basic-lightbox-modal .confirmation-close {
    margin-right: 20px
}

.basicLightbox__placeholder .basic-lightbox-modal .document-wrapper {
    height: 0;
    margin-bottom: 20px;
    padding-bottom: 56.25%;
    position: relative
}

.basicLightbox__placeholder .basic-lightbox-modal .document-wrapper .document-iframe,
.basicLightbox__placeholder .basic-lightbox-modal .document-wrapper .rendered {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.basicLightbox__placeholder .basic-lightbox-modal:after {
    clear: both;
    content: "";
    display: block;
    height: 1px
}

.basicLightbox.exit-intent-overlay .basicLightbox__placeholder {
    width: 960px
}

.basicLightbox.exit-intent-overlay .basicLightbox__placeholder .basic-lightbox-modal {
    padding: 0 20px 0 0
}

.basicLightbox.exit-intent-overlay .basicLightbox__placeholder .basic-lightbox-modal:after {
    height: 0
}

.basicLightbox:after,
.basicLightbox:before {
    height: 30px;
    pointer-events: none;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 30px
}

.basicLightbox:before {
    border: 2px solid #fff;
    border-radius: 50%;
    content: ""
}

.basicLightbox:after {
    color: #fff;
    content: "+";
    font-family: Open Sans, Arial, Helvetica, Verdana, sans-serif;
    font-size: 2.125rem;
    font-weight: 600;
    line-height: 1.75rem;
    text-align: center;
    transform: rotate(45deg)
}

.smart-toggle-tabs {
    clear: both;
    margin-left: 0;
    overflow: hidden;
    position: relative
}

.smart-toggle-tabs:after {
    background-color: #8799ae;
    clear: both;
    content: "";
    display: block;
    height: 1px;
    width: 100%
}

.smart-toggle-tabs li {
    background-color: #fff;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    position: relative;
    text-align: center
}

.smart-toggle-tabs li:before {
    display: none
}

.smart-toggle-tabs li>a.toggle {
    background-color: #fff;
    color: #8799ae;
    display: block;
    font-size: .875rem;
    font-weight: 600;
    padding: 14px 20px 15px;
    text-decoration: none;
    transition: color .3s ease 0s
}

.smart-toggle-tabs li>a.toggle i {
    margin-right: 10px
}

.smart-toggle-tabs li>a.toggle:hover {
    color: #5b6a88
}

.smart-toggle-tabs li:first-child {
    padding-left: 0
}

.smart-toggle-tabs li.open:after,
.smart-toggle-tabs li.open:before {
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0
}

.smart-toggle-tabs li.open:before {
    background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
    bottom: 0;
    cursor: default;
    top: 0;
    z-index: 10
}

.smart-toggle-tabs li.open:after {
    background-color: #fff;
    bottom: -1px;
    height: 1px;
    left: 1px;
    width: calc(100% - 2px);
    z-index: 5
}

.smart-toggle-tabs li.open>a.toggle {
    color: #283545
}

.smart-toggle-tabs li:not(.open):after {
    height: 0
}

.smart-toggle-tabs.tab-bg {
    margin-bottom: 0
}

.smart-toggle-tabs.tab-bg.tab-bg-grey li:after,
.smart-toggle-tabs.tab-bg.tab-bg-grey li>a.toggle {
    background-color: #f6f7f8
}

.smart-toggle-tabs.tab-bg.tab-bg-grey li:not(.open)>a.toggle:hover {
    background-color: #b2bfd0;
    color: #f6f7f8;
    transition: background-color .5s, color .25s
}

.smart-toggle-tabs.tab-bg.tab-bg-grey li:not(.open)>a.toggle:hover .ico svg {
    fill: #f6f7f8;
    transition: fill .25s
}

.smart-toggle-tabs.tab-bg.tab-bg-grey li.open:after,
.smart-toggle-tabs.tab-bg.tab-bg-grey li>a.toggle.open {
    background-color: #e0e4e9
}

.smart-toggle-tabs.tab-bg.tab-bg-grey li>a.toggle.open .ico svg {
    fill: #283545
}

.smart-toggle-tabs.tab-bg.tab-bg-grey+.smart-tabs-group {
    padding: 30px
}

.smart-toggle-tabs.tabs-lg li a {
    font-size: 1.125rem;
    padding-bottom: 18px;
    padding-top: 16px;
    text-transform: none
}

.smart-toggle-tabs.tabs-lg li:first-child {
    padding-left: 1px
}

.smart-toggle-tabs.clean li.open:before {
    border: 1px solid #8799ae;
    border-bottom: none
}

.smart-toggle-tabs.clean li:after,
.smart-toggle-tabs.clean li>a.toggle {
    background-color: #fff
}

.smart-toggle-tabs.clean li:not(.open)>a.toggle:hover {
    background-color: #f6f7f8;
    color: #5b6a88;
    transition: background-color .5s, color .25s
}

.smart-toggle-tabs.clean li:not(.open)>a.toggle:hover .ico svg {
    fill: #5b6a88;
    transition: fill .25s
}

.smart-toggle-tabs.clean li>a.toggle.open {
    background-color: #fff
}

.smart-toggle-tabs.clean li>a.toggle.open .ico svg {
    fill: #283545
}

.smart-tabs-group {
    position: relative
}

.smart-tabs-group .tab-cta {
    font-size: .875rem;
    padding: 5px 15px;
    position: absolute;
    right: 0;
    top: -68px
}

.smart-tabs-group>div:not(.open) {
    display: none
}

.smart-tabs-group hr {
    margin: 40px 0 !important
}

body.rtl .smart-toggle-tabs {
    margin-left: 0;
    margin-right: unset
}

body.rtl .smart-toggle-tabs li.open:after {
    left: 1px;
    right: auto
}

.has-stem {
    position: relative
}

.has-stem:after {
    border: 10px solid transparent;
    content: "";
    display: block;
    font-size: 0;
    height: 0;
    position: absolute;
    width: 0
}

.stem-grey:after {
    border-color: #b2bfd0
}

.stem-grey-darkest:after {
    border-color: #283545
}

.stem-grey-darker:after {
    border-color: #5b6a88
}

.stem-grey-dark:after {
    border-color: #8799ae
}

.stem-grey-light:after {
    border-color: #e0e4e9
}

.stem-grey-lighter:after {
    border-color: #ebf0f4
}

.stem-grey-lightest:after {
    border-color: #f6f7f8
}

.stem-teal:after {
    border-color: #01acb6
}

.stem-teal-dark:after {
    border-color: #0a8194
}

.stem-teal-light:after {
    border-color: #18d5d2
}

.stem-blue:after {
    border-color: #0c51a3
}

.stem-blue-dark:after {
    border-color: #225592
}

.stem-blue-light:after {
    border-color: #0e75bd
}

.stem-blue-lighter:after {
    border-color: #4fc2ea
}

.stem-mustard:after {
    border-color: #edda8e
}

.stem-yellow:after {
    border-color: #f4ad03
}

.stem-beige:after {
    border-color: #f6f4e1
}

.stem-red:after {
    border-color: #ea0404
}

.stem-green:after {
    border-color: #67b20b
}

.stem-forest-green:after {
    border-color: #629083
}

.stem-black:after {
    border-color: #000
}

.stem-white:after {
    border-color: #fff
}

.stem-right-bottom:after,
.stem-right-top:after,
.stem-right:after {
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
    right: -20px
}

.stem-right:after {
    top: 50%;
    transform: translateY(-50%)
}

.stem-right-top:after {
    top: 10px
}

.stem-right-bottom:after {
    bottom: 10px
}

.stem-top-left:after,
.stem-top-right:after,
.stem-top:after {
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
    top: -20px
}

.stem-top:after {
    left: 50%;
    transform: translateX(-50%)
}

.stem-top-right:after {
    right: 10px
}

.stem-top-left:after {
    left: 10px
}

.stem-left-bottom:after,
.stem-left-top:after,
.stem-left:after {
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    left: -20px
}

.stem-left:after {
    top: 50%;
    transform: translateY(-50%)
}

.stem-left-top:after {
    top: 10px
}

.stem-left-bottom:after {
    bottom: 10px
}

.stem-bottom-left:after,
.stem-bottom-right:after,
.stem-bottom:after {
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    bottom: -20px
}

.stem-bottom:after {
    left: 50%;
    transform: translateX(-50%)
}

.stem-bottom-right:after {
    right: 10px
}

.stem-bottom-left:after {
    left: 10px
}

.table-wrap {
    background-color: #fff;
    margin: 0 0 40px;
    position: relative;
    text-align: center;
    width: 100%
}

.table-wrap+.table-wrap {
    margin-bottom: 40px
}

.table-wrap>br {
    display: none
}

.table-wrap table {
    border-collapse: collapse;
    color: #5b6a88;
    font-family: Open Sans, Arial, Helvetica, Verdana, sans-serif;
    margin-bottom: 20px;
    width: 100%
}

.table-wrap table thead {
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.125rem;
    text-transform: uppercase
}

.table-wrap table thead th {
    background-color: #fff;
    border: none;
    padding: 20px 10px 0
}

.table-wrap table thead th.dark,
.table-wrap table thead th.dark:after {
    background-color: #f2f8fe;
    color: #0c51a3
}

.table-wrap table thead th.yellow,
.table-wrap table thead th.yellow:after {
    background-color: #f8f7e9;
    color: #5b6a88
}

.table-wrap table tbody td {
    margin: 0 auto;
    padding: 10px;
    position: inherit;
    vertical-align: middle
}

.table-wrap table tbody td>.ico {
    margin-top: -2px
}

.table-wrap table tbody th {
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1.375rem;
    padding: 0 10px;
    position: relative;
    text-shadow: 1px 1px 0 #fff;
    vertical-align: top;
    white-space: nowrap
}

.table-wrap table tbody tr:nth-of-type(2n) td.dark {
    background-color: #f2f8fe
}

.table-wrap table tbody tr:nth-of-type(2n) td.yellow {
    background-color: #f8f7e9
}

.table-wrap table tbody tr:nth-of-type(odd) td {
    background-color: #ebf0f4
}

.table-wrap table tbody tr:nth-of-type(odd) td.dark {
    background-color: #e4effd
}

.table-wrap table tbody tr:nth-of-type(odd) td.yellow {
    background-color: #f6f4e1
}

.table-wrap table tbody tr.section-title th {
    padding-top: 20px;
    position: relative
}

.table-wrap table tbody tr.section-title th:after {
    background-color: #b2bfd0;
    content: "";
    display: block;
    height: 2px;
    margin: 15px -10px 0;
    position: relative;
    z-index: 2
}

.table-wrap table tbody tr.section-title th h3 {
    background-color: #fff;
    color: #0c51a3;
    float: left;
    font-size: .875rem;
    line-height: 2rem;
    margin: 0 0 0 -10px;
    padding-right: 15px;
    position: relative;
    z-index: 3
}

.table-wrap table tbody tr.section-title th.dark {
    background-color: #f2f8fe
}

.table-wrap table tbody tr.section-title th.yellow {
    background-color: #f8f7e9
}

.table-wrap table tbody tr.section-title.section-multi-title th,
.table-wrap table tbody:first-of-type tr.section-title th {
    padding-top: 0
}

.table-wrap table tbody:last-child tr:nth-of-type(2n):last-child td {
    background-clip: padding-box;
    border-bottom: 1px solid #b2bfd0
}

.table-wrap a {
    font-weight: 400
}

.table-wrap.col2 tr:not(.section-multi-title) th {
    width: 50%
}

.table-wrap.col2-post-keys tr:not(.section-multi-title) th:nth-child(n+2) {
    width: 40%
}

.table-wrap.col3 tr:not(.section-multi-title) th {
    width: 33.333%
}

.table-wrap.col3-post-keys tr:not(.section-multi-title) th:nth-child(n+2) {
    width: 26.666%
}

.table-wrap.col4 tr:not(.section-multi-title) th {
    width: 25%
}

.table-wrap.col4-post-keys tr:not(.section-multi-title) th:nth-child(n+2),
.table-wrap.col5 tr:not(.section-multi-title) th {
    width: 20%
}

.table-wrap.col5-post-keys tr:not(.section-multi-title) th:nth-child(n+2) {
    width: 16%
}

.table-wrap.col6 tr:not(.section-multi-title) th {
    width: 16.666%
}

.table-wrap.col6-post-keys tr:not(.section-multi-title) th:nth-child(n+2) {
    width: 13.333%
}

.table-wrap.col-group2 table tr td:nth-of-type(2),
.table-wrap.col-group2 table tr th:nth-of-type(2) {
    border-right: 40px solid #fff
}

.table-wrap.col-group2 table tr td:nth-of-type(3),
.table-wrap.col-group2 table tr th:nth-of-type(3) {
    border-left: 40px solid #fff
}

.table-wrap.col-group3 table tr td:nth-of-type(2),
.table-wrap.col-group3 table tr td:nth-of-type(4),
.table-wrap.col-group3 table tr th:nth-of-type(2),
.table-wrap.col-group3 table tr th:nth-of-type(4) {
    border-right: 40px solid #fff
}

.table-wrap.col-group3 table tr td:nth-of-type(3),
.table-wrap.col-group3 table tr td:nth-of-type(5),
.table-wrap.col-group3 table tr th:nth-of-type(3),
.table-wrap.col-group3 table tr th:nth-of-type(5) {
    border-left: 40px solid #fff
}

.table-wrap.col-group2 table thead th:nth-of-type(odd),
.table-wrap.col-group3 table thead th:nth-of-type(odd) {
    color: #0c51a3
}

.table-wrap.table-simple table tbody tr {
    font-size: .875rem;
    line-height: 1.5625rem
}

.table-wrap.table-simple table tbody tr td {
    background-color: #fff;
    border-bottom: 1px solid #b2bfd0
}

.table-wrap.table-simple table tbody tr td:first-of-type {
    padding-left: 10px
}

.table-wrap.table-simple table tbody tr:last-child td {
    border-bottom: 1px solid #b2bfd0 !important
}

.table-wrap:not(.no-row-keys) table tr:not(.section-title) td:first-of-type,
.table-wrap:not(.no-row-keys) table tr:not(.section-title) th:first-of-type {
    padding-left: 40px;
    text-align: left
}

.table-wrap:not(.no-row-keys) table tbody tr:not(.section-title) td:first-of-type {
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.4375rem
}

.table-wrap:not(.no-row-keys).col-group2 table tr:not(.section-title) td:nth-of-type(3),
.table-wrap:not(.no-row-keys).col-group2 table tr:not(.section-title) th:nth-of-type(3),
.table-wrap:not(.no-row-keys).col-group3 table tr:not(.section-title) td:nth-of-type(3),
.table-wrap:not(.no-row-keys).col-group3 table tr:not(.section-title) th:nth-of-type(3) {
    padding-left: 40px;
    text-align: left
}

.table-wrap:not(.no-row-keys).col-group2 table tbody tr:not(.section-title) td:nth-of-type(3),
.table-wrap:not(.no-row-keys).col-group3 table tbody tr:not(.section-title) td:nth-of-type(3) {
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.4375rem
}

.table-wrap:not(.no-row-keys).col-group3 table tr:not(.section-title) td:nth-of-type(5),
.table-wrap:not(.no-row-keys).col-group3 table tr:not(.section-title) th:nth-of-type(5) {
    padding-left: 40px;
    text-align: left
}

.table-wrap:not(.no-row-keys).col-group3 table tbody tr:not(.section-title) td:nth-of-type(5) {
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.4375rem
}

.table-wrap table tr.bdr-none td,
.table-wrap table tr.bdr-none th,
.table-wrap table.bdr-none tr td,
.table-wrap table.bdr-none tr th,
.table-wrap.bdr-none table tr td,
.table-wrap.bdr-none table tr th {
    border: none !important
}

.table-wrap table tr.bdr-bottom-none td,
.table-wrap table tr.bdr-bottom-none th,
.table-wrap table.bdr-bottom-none tr td,
.table-wrap table.bdr-bottom-none tr th,
.table-wrap.bdr-bottom-none table tr td,
.table-wrap.bdr-bottom-none table tr th {
    border-bottom: none !important
}

.table-wrap span.txt-emphasize {
    background-color: #8799ae;
    color: #fff;
    font-weight: 600;
    padding: 2px 5px
}

.thumbnail {
    display: inline-block;
    overflow: hidden;
    position: relative
}

.thumbnail:after {
    border: 1px solid rgba(40, 53, 69, .2);
    bottom: 0;
    content: "";
    position: absolute;
    z-index: 20
}

.thumbnail img,
.thumbnail:after {
    display: block;
    left: 0;
    right: 0;
    top: 0
}

.thumbnail img {
    color: #283545;
    cursor: pointer;
    position: relative;
    width: auto;
    z-index: 1
}

.thumbnail .title {
    background: linear-gradient(90deg, rgba(40, 53, 69, .9) 0, rgba(40, 53, 69, .4));
    bottom: 0;
    color: #fff;
    font-size: .875rem;
    font-weight: 600;
    left: 0;
    line-height: 1.4375rem;
    overflow: hidden;
    padding: 10px 100px 10px 15px;
    position: absolute;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 5
}

.thumbnail .caption,
.thumbnail .title {
    display: block;
    text-transform: uppercase;
    width: 100%
}

.thumbnail .caption {
    color: #0c51a3;
    font-family: Verdana, sans-serif;
    font-size: .6875rem;
    font-weight: 400;
    padding-top: 8px
}

.thumbnail .time {
    background: #283545;
    bottom: 0;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.4375rem;
    padding: 10px;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 10
}

.thumbnail.rendered {
    display: block
}

.thumbnail.rendered,
.thumbnail.rendered .thumbnail-inner {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%
}

.thumbnail .thumbnail-icon-wrap {
    display: block;
    font-size: 0;
    left: 50%;
    line-height: 0;
    max-width: 90px;
    opacity: .75;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: opacity .2s ease 0s;
    width: 20%;
    z-index: 30
}

.thumbnail .thumbnail-icon-wrap:before {
    content: "";
    display: block;
    padding-top: 100%
}

.thumbnail .thumbnail-icon-wrap .ico {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.thumbnail.video {
    display: block;
    height: auto;
    max-width: 100%;
    text-decoration: none
}

.thumbnail.video .thumbnail-inner {
    padding-top: 56.25%
}

.thumbnail.video .thumbnail-icon-wrap {
    width: 25%
}

.thumbnail.video img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100% !important
}

.thumbnail.small .title {
    font-size: .75rem;
    padding: 5px 80px 5px 10px
}

.thumbnail.small .time {
    font-size: .875rem;
    padding: 5px;
    width: 70px
}

.thumbnail.time-hide .time {
    display: none
}

a.thumbnail:hover:after {
    border-color: rgba(40, 53, 69, .35)
}

a.thumbnail:hover .title {
    background: linear-gradient(90deg, rgba(12, 81, 163, .9) 0, rgba(12, 81, 163, .4))
}

a.thumbnail:hover .thumbnail-icon-wrap {
    opacity: 1
}

p>.thumbnail,
p>.youtube-iframe {
    margin-top: 5px
}

body.rtl .thumbnail .title {
    padding-left: 75px;
    padding-right: 15px
}

.has-tooltip {
    cursor: pointer;
    position: relative
}

.tooltip {
    display: none;
    position: absolute;
    z-index: 9999
}

.tooltip-inner {
    position: relative
}

.tooltip-instrument {
    color: #0a8194;
    font-weight: 600;
    text-decoration: underline;
    white-space: nowrap
}

h1 .tooltip-instrument,
h2 .tooltip-instrument,
h3 .tooltip-instrument,
h4 .tooltip-instrument,
h5 .tooltip-instrument,
h6 .tooltip-instrument,
i .tooltip-instrument {
    color: inherit;
    font-weight: inherit;
    text-decoration: inherit
}

.tooltip-container {
    background: transparent;
    height: auto;
    left: -9999px;
    padding-bottom: 35px;
    padding-top: 35px;
    position: absolute;
    top: 100vh;
    width: 320px;
    z-index: 9999
}

.tooltip-container .tooltip-inner {
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 2px 16px -6px rgba(0, 0, 0, .45);
    font-family: Open Sans, Arial, Helvetica, Verdana, sans-serif;
    padding: 10px
}

.tooltip-container .tooltip-inner .year-stats-line {
    background-color: #ebf0f4;
    display: inline-block;
    height: 8px;
    margin: 35px 0 15px;
    position: relative;
    width: 100%
}

.tooltip-container .tooltip-inner .year-stats-line .color-range-fill {
    background-color: #1960af;
    height: 8px;
    left: 0;
    padding: 0;
    position: absolute
}

.tooltip-container .tooltip-inner .year-stats-line .high,
.tooltip-container .tooltip-inner .year-stats-line .low {
    color: #8799ae;
    font-size: .6875rem;
    font-weight: 400;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0
}

.tooltip-container .tooltip-inner .year-stats-line .time-range {
    font-size: .75rem;
    font-weight: 600;
    position: absolute;
    top: -35px
}

.tooltip-container .tooltip-inner .year-stats-line .current {
    padding: 0;
    position: absolute;
    top: -6px;
    transform: translate(-50%, -50%)
}

.tooltip-container .tooltip-inner .year-stats-line .low {
    left: 0;
    position: absolute;
    top: 6px
}

.tooltip-container .tooltip-inner .year-stats-line .high {
    position: absolute;
    right: 0;
    top: 6px
}

.tooltip-container .tooltip-inner.bottom:before {
    bottom: 100%;
    margin-bottom: -2px;
    transform: rotate(180deg)
}

.tooltip-container .tooltip-inner.bottom:after {
    bottom: calc(100% - 12px);
    transform: rotate(45deg)
}

.tooltip-container .tooltip-inner:before {
    border-color: #fff transparent;
    border-style: solid;
    border-width: 15px 12px 0;
    bottom: -14px;
    content: "";
    left: var(--stem-offset);
    margin-left: -11px;
    position: absolute;
    z-index: 1
}

.tooltip-container .tooltip-inner:after {
    box-shadow: 0 2px 16px -2px rgba(0, 0, 0, .45);
    content: "";
    display: block;
    height: 20px;
    left: var(--stem-offset);
    margin-left: -9px;
    margin-top: -3px;
    position: absolute;
    transform: rotate(45deg);
    width: 20px;
    z-index: -1
}

.tooltip-container .tooltip-inner p {
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.875rem;
    margin-bottom: 0
}

.tooltip-container .tooltip-inner .symbol-name {
    border-bottom: 2px solid #283545;
    font-size: 1.125rem;
    margin-bottom: 10px;
    text-transform: none
}

.tooltip-container .tooltip-inner .symbol-ticker {
    color: #5b6a88;
    font-size: .8125rem
}

.tooltip-container .tooltip-inner .symbol-exchange {
    color: #5b6a88;
    font-weight: 600
}

.tooltip-container .tooltip-inner .symbol-price {
    text-transform: uppercase
}

.tooltip-container .tooltip-inner .price-up {
    color: #67b20b;
    float: right
}

.tooltip-container .tooltip-inner .price-down {
    color: #ea0404;
    float: right
}

.tooltip-container .tooltip-inner .btn-container {
    margin-top: 10px
}

.tooltip-container .tooltip-inner .btn-container .btn {
    border-radius: 3px
}

.video-container {
    margin-bottom: 20px;
    position: relative
}

.video-container .youtube-meta .video-title {
    margin-bottom: 5px
}

.video-container .youtube-meta .published-date {
    background: #8799ae;
    border-radius: 3px;
    color: #f6f7f8;
    display: inline-block;
    font-size: .625rem;
    font-weight: 600;
    line-height: 1.1875rem;
    margin-bottom: 5px;
    padding: 1px 10px;
    position: relative
}

.youtube-wrapper {
    height: 0;
    margin-bottom: 20px;
    padding-bottom: 56.25%;
    position: relative
}

.youtube-wrapper .rendered {
    height: 100% !important;
    left: 0;
    position: absolute !important;
    top: 0;
    width: 100%
}

.youtube-wrapper video {
    height: 100% !important;
    width: 100% !important
}

.youtube-wrapper .youtube-iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.youtube-wrapper .thumbnail.video img {
    top: 50%;
    transform: translateY(-50%)
}

.clear {
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0
}

.grid-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1240px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    width: 100%
}

.row {
    margin-left: -20px;
    margin-right: -20px
}

.clearfix:after,
.clearfix:before,
.grid-container:after,
.grid-container:before,
.row:after,
.row:before {
    clear: both;
    content: "";
    display: block;
    height: 0;
    overflow: hidden;
    width: 100%
}

.grid-10,
.grid-100,
.grid-15,
.grid-20,
.grid-25,
.grid-30,
.grid-33,
.grid-35,
.grid-40,
.grid-45,
.grid-50,
.grid-55,
.grid-60,
.grid-65,
.grid-66,
.grid-70,
.grid-75,
.grid-80,
.grid-85,
.grid-90 {
    clear: none;
    float: left;
    padding-left: 20px;
    padding-right: 20px
}

.pull-10,
.pull-100,
.pull-15,
.pull-20,
.pull-25,
.pull-30,
.pull-33,
.pull-35,
.pull-40,
.pull-45,
.pull-50,
.pull-55,
.pull-60,
.pull-65,
.pull-66,
.pull-70,
.pull-75,
.pull-80,
.pull-85,
.pull-90,
.push-10,
.push-100,
.push-15,
.push-20,
.push-25,
.push-30,
.push-33,
.push-35,
.push-40,
.push-45,
.push-50,
.push-55,
.push-60,
.push-65,
.push-66,
.push-70,
.push-75,
.push-80,
.push-85,
.push-90 {
    position: relative
}

.grid-10 {
    width: 10%
}

.push-10 {
    left: 10%
}

.pull-10 {
    left: -10%
}

.prefix-10 {
    margin-left: 10%
}

.suffix-10 {
    margin-right: 10%
}

.grid-15 {
    width: 15%
}

.push-15 {
    left: 15%
}

.pull-15 {
    left: -15%
}

.prefix-15 {
    margin-left: 15%
}

.suffix-15 {
    margin-right: 15%
}

.grid-20 {
    width: 20%
}

.push-20 {
    left: 20%
}

.pull-20 {
    left: -20%
}

.prefix-20 {
    margin-left: 20%
}

.suffix-20 {
    margin-right: 20%
}

.grid-25 {
    width: 25%
}

.push-25 {
    left: 25%
}

.pull-25 {
    left: -25%
}

.prefix-25 {
    margin-left: 25%
}

.suffix-25 {
    margin-right: 25%
}

.grid-30 {
    width: 30%
}

.push-30 {
    left: 30%
}

.pull-30 {
    left: -30%
}

.prefix-30 {
    margin-left: 30%
}

.suffix-30 {
    margin-right: 30%
}

.grid-33 {
    width: 33.3333%
}

.push-33 {
    left: 33.3333%
}

.pull-33 {
    left: -33.3333%
}

.prefix-33 {
    margin-left: 33.3333%
}

.suffix-33 {
    margin-right: 33.3333%
}

.grid-35 {
    width: 35%
}

.push-35 {
    left: 35%
}

.pull-35 {
    left: -35%
}

.prefix-35 {
    margin-left: 35%
}

.suffix-35 {
    margin-right: 35%
}

.grid-40 {
    width: 40%
}

.push-40 {
    left: 40%
}

.pull-40 {
    left: -40%
}

.prefix-40 {
    margin-left: 40%
}

.suffix-40 {
    margin-right: 40%
}

.grid-45 {
    width: 45%
}

.push-45 {
    left: 45%
}

.pull-45 {
    left: -45%
}

.prefix-45 {
    margin-left: 45%
}

.suffix-45 {
    margin-right: 45%
}

.grid-50 {
    width: 50%
}

.push-50 {
    left: 50%
}

.pull-50 {
    left: -50%
}

.prefix-50 {
    margin-left: 50%
}

.suffix-50 {
    margin-right: 50%
}

.grid-55 {
    width: 55%
}

.push-55 {
    left: 55%
}

.pull-55 {
    left: -55%
}

.prefix-55 {
    margin-left: 55%
}

.suffix-55 {
    margin-right: 55%
}

.grid-60 {
    width: 60%
}

.push-60 {
    left: 60%
}

.pull-60 {
    left: -60%
}

.prefix-60 {
    margin-left: 60%
}

.suffix-60 {
    margin-right: 60%
}

.grid-65 {
    width: 65%
}

.push-65 {
    left: 65%
}

.pull-65 {
    left: -65%
}

.prefix-65 {
    margin-left: 65%
}

.suffix-65 {
    margin-right: 65%
}

.grid-66 {
    width: 66.6666%
}

.push-66 {
    left: 66.6666%
}

.pull-66 {
    left: -66.6666%
}

.prefix-66 {
    margin-left: 66.6666%
}

.suffix-66 {
    margin-right: 66.6666%
}

.grid-70 {
    width: 70%
}

.push-70 {
    left: 70%
}

.pull-70 {
    left: -70%
}

.prefix-70 {
    margin-left: 70%
}

.suffix-70 {
    margin-right: 70%
}

.grid-75 {
    width: 75%
}

.push-75 {
    left: 75%
}

.pull-75 {
    left: -75%
}

.prefix-75 {
    margin-left: 75%
}

.suffix-75 {
    margin-right: 75%
}

.grid-80 {
    width: 80%
}

.push-80 {
    left: 80%
}

.pull-80 {
    left: -80%
}

.prefix-80 {
    margin-left: 80%
}

.suffix-80 {
    margin-right: 80%
}

.grid-85 {
    width: 85%
}

.push-85 {
    left: 85%
}

.pull-85 {
    left: -85%
}

.prefix-85 {
    margin-left: 85%
}

.suffix-85 {
    margin-right: 85%
}

.grid-90 {
    width: 90%
}

.push-90 {
    left: 90%
}

.pull-90 {
    left: -90%
}

.prefix-90 {
    margin-left: 90%
}

.suffix-90 {
    margin-right: 90%
}

.grid-100 {
    clear: both;
    float: none;
    left: 0;
    width: 100%
}

.grid-center {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto
}

.grid-flush {
    padding-left: 0;
    padding-right: 0
}

.full-bleed {
    float: none;
    margin-left: -20px;
    margin-right: -20px;
    width: auto
}

#global-page-container {
    overflow: hidden;
    position: relative
}

.async-hide,
.has-geo-blocked-redirect {
    opacity: 0 !important
}

.chromeless #mc,
.flush-bottom #mc,
.flush-top #mc {
    padding-top: 0 !important
}

#mc {
    padding: 40px 0
}

.flush-bottom #mc {
    padding-bottom: 0
}

.v-aligner {
    align-items: center;
    display: flex
}

.v-aligner.align-top {
    align-items: normal
}

.v-aligner.align-top .icon-wrapper {
    padding-top: 10px
}

.v-aligner.align-bottom {
    align-items: flex-end
}

.v-aligner .v-align {
    flex: 0 1 auto
}

[data-geo-target-not]:not(.show-geo-target),
[data-geo-target]:not(.show-geo-target) {
    display: none
}

.v-aligner.unalign {
    display: block
}

.content-icon-row {
    margin: 20px 0
}

.content-icon-row .icon-wrapper {
    margin: 5px 50px 20px 30px
}

.content-icon-row .icon-wrapper>.ico {
    display: block;
    margin: 0 auto
}

.preloader-wrapper {
    align-items: center;
    display: flex;
    justify-content: center
}

.load-via-ajax .shared-content {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
    transition: all .25s ease .5s
}

.load-via-ajax.ajax-loaded .shared-content {
    opacity: 1;
    transform: translateZ(0)
}

.shared-content .load-via-ajax[data-content-type=embedded-chart]:not(.ajax-loaded),
.shared-content.type-embedded-chart,
.shared-content.type-table {
    margin-bottom: 20px
}

.shared-content.type-exit-intent {
    margin-bottom: 20px;
    overflow: hidden
}

.shared-content.type-exit-intent .bg-featured-image {
    height: 100%;
    max-width: 100%;
    position: absolute;
    top: 0
}

.shared-content.type-exit-intent .bg-featured-image img {
    max-width: 900px
}

.shared-content.type-exit-intent .content {
    background-color: hsla(0, 0%, 100%, .9);
    box-shadow: 2px 0 20px 2px;
    overflow: hidden;
    padding-bottom: 15px;
    padding-top: 15px;
    position: relative
}

.scrollAnimationTrigger [class*=onScrollFade] {
    opacity: 0
}

.cta-block .type-cta,
.sidebar .type-cta {
    max-width: 373px
}

.cta-block .type-cta .content,
.sidebar .type-cta .content {
    height: 410px;
    padding-bottom: 45px;
    padding-top: 40px
}

.cta-block .type-cta .content .p,
.sidebar .type-cta .content .p {
    font-size: 1.125rem;
    font-weight: 400
}

.additional-content-rows {
    margin-top: 20px
}

.additional-content-rows .additional-row {
    padding: 40px 0 20px
}

.additional-content-rows .additional-row.section-background {
    overflow: hidden;
    position: relative
}

.additional-content-rows .additional-row.section-background .section-bg-wrapper {
    height: 100%;
    left: calc(50% + 100px);
    max-width: 100%;
    position: absolute;
    top: 0;
    transform: translateX(-50%)
}

.additional-content-rows .additional-row.section-background .section-bg-wrapper img {
    left: 49%;
    max-width: none;
    min-height: 100%;
    min-width: 100%;
    position: relative;
    transform: translateX(-52%)
}

.wp-pagenavi {
    text-align: center
}

.wp-pagenavi a,
.wp-pagenavi span {
    background: #f6f7f8;
    border: 1px solid #f1f1f1;
    border-radius: 2px;
    color: #5b6a88;
    display: inline-block;
    font-family: Open Sans, Arial, Helvetica, Verdana, sans-serif;
    font-size: .9375rem;
    line-height: .9375rem;
    margin: 0 1px;
    padding: 8px 11px;
    text-decoration: none;
    transition: all .15s ease
}

.wp-pagenavi a:hover,
.wp-pagenavi span:hover {
    background: #e0e4e9;
    border-color: #e1e1e1;
    color: #283545
}

.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.previouspostslink,
.wp-pagenavi span.nextpostslink,
.wp-pagenavi span.previouspostslink {
    padding: 8px
}

.wp-pagenavi a.current,
.wp-pagenavi span.current {
    background-color: #283545;
    border-color: #283545;
    color: #fff
}

aside.sidebar .widget:not(:empty) {
    margin: 10px 0 40px
}

.note-wrap {
    margin-top: 20px;
    padding-top: 0 !important
}

.note-wrap span.disclosure {
    background-color: #fff;
    color: #5b6a88;
    display: inline-block;
    font-family: Open Sans, Arial, Helvetica, Verdana, sans-serif;
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1.25rem;
    padding-right: 11px;
    position: relative;
    right: 1px;
    text-transform: uppercase;
    top: -11px;
    z-index: 5
}

.note-wrap .disclaimer {
    position: relative
}

body.rtl .note-wrap .disclaimer {
    font-size: .75rem;
    line-height: 1.375rem
}

div.disclaimers:not(.note-wrap) span.disclosure {
    display: none
}

.shared-content,
.video-thumb-wrapper {
    position: relative
}

.edit-post {
    background-color: #931366;
    font-size: .8125rem;
    font-weight: 400;
    padding-right: 35px;
    text-shadow: 1px 1px 0 #5a1d40;
    text-transform: none
}

.edit-post.edit-form {
    bottom: 0;
    opacity: .3;
    position: absolute;
    right: 0;
    z-index: 100
}

.edit-post.edit-form:hover {
    opacity: 1
}

.edit-post.edit-bio,
.edit-post.edit-expert,
.edit-post.edit-shared-content,
.edit-post.edit-video {
    opacity: .3;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100
}

.edit-post.edit-bio:hover,
.edit-post.edit-expert:hover,
.edit-post.edit-shared-content:hover,
.edit-post.edit-video:hover {
    opacity: 1
}

.edit-post.edit-disclaimer {
    bottom: -5px;
    opacity: .3;
    position: absolute;
    right: 0;
    z-index: 100
}

.edit-post.edit-disclaimer:hover {
    opacity: 1
}

.edit-post.edit-journey {
    color: #fff;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100
}

#back-to-top {
    background-color: rgba(40, 53, 69, .6);
    border-radius: 4px;
    bottom: 20px;
    height: 40px;
    padding: 14px;
    position: fixed;
    right: 20px;
    transition: all .2s ease 0s;
    width: 40px;
    z-index: 999
}

#back-to-top span {
    display: block;
    height: 100%;
    overflow: hidden;
    position: relative;
    top: 25%;
    transform: rotate(45deg)
}

#back-to-top span:after,
#back-to-top span:before {
    background-color: #fff;
    border-radius: 2px;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    transition: background-color .25s ease 0s
}

#back-to-top span:before {
    height: 4px;
    width: 100%
}

#back-to-top span:after {
    height: 100%;
    width: 4px
}

#back-to-top:hover {
    background-color: #0c51a3;
    border-radius: 50%
}

.qr-code-container>svg path {
    fill: #283545
}

.priority-message {
    padding: 5px 0
}

a.priority-message {
    display: block;
    text-decoration: none;
    transition: background-color .2s ease 0s
}

a.priority-message>span {
    display: block
}

a.priority-message:hover {
    background-color: #0e75bd !important
}

#download-mobile-app-banner {
    background-color: #093973
}

#download-mobile-app-banner .exit {
    color: #fff;
    font-size: 1.8125rem;
    font-weight: 600;
    position: absolute;
    right: 20px;
    text-decoration: none;
    top: -10px;
    transform: rotate(45deg)
}

#cookiebanner .cb-form button {
    font-family: Open Sans, Arial, Helvetica, Verdana, sans-serif;
    font-weight: 600 !important
}

#omni-nav {
    display: block;
    flex: 1 0 auto;
    padding: 0;
    position: relative
}

#omni-nav ul {
    font-size: 0;
    line-height: 0;
    margin: 0;
    overflow: hidden;
    text-align: right;
    text-transform: uppercase
}

#omni-nav ul li {
    display: inline-block;
    font-size: .8125rem;
    line-height: 1.5rem;
    padding: 0 10px 0 11px;
    position: relative
}

#omni-nav ul li a {
    display: block;
    font-weight: 400
}

#omni-nav ul li a:hover {
    text-decoration: underline
}

#omni-nav ul li.omni-friedberg-direct:before,
#omni-nav ul li.omni-open-account:before,
#omni-nav ul li:first-child:before {
    display: none
}

#omni-nav ul li:last-child {
    padding-right: 0
}

#omni-nav ul li:nth-last-child(2) {
    transition: padding .4s ease-in-out
}

#login-nav {
    left: -9999px;
    opacity: 0;
    position: absolute;
    transition: opacity .2s ease-in-out;
    z-index: 9999
}

#login-nav ul {
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 0 7px rgba(0, 0, 0, .001);
    max-width: 350px;
    width: 100%
}

#login-nav ul li a {
    align-items: center;
    display: flex;
    padding: 20px 30px 0;
    text-decoration: none;
    text-shadow: none
}

#login-nav ul li a .featured-icon {
    margin-right: 20px;
    width: 35px
}

#login-nav ul li a .text-wrapper .primary {
    color: #283545;
    line-height: 1.25rem;
    text-transform: none
}

#login-nav ul li a .text-wrapper .secondary {
    color: #5b6a88;
    font-size: .8125rem;
    font-weight: 400;
    margin-bottom: 0;
    text-transform: none
}

#login-nav ul li:last-child a {
    padding-bottom: 20px
}

#login-nav ul li:hover .primary {
    text-decoration: underline
}

#login-nav:before {
    content: "";
    height: 20px;
    position: absolute;
    top: -20px;
    width: 100%
}

#global-header-search-toggle {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10
}

#global-header-search {
    flex: 1 0;
    margin-right: 15px;
    position: relative;
    transition: all .4s ease-in-out
}

#global-header-search .search-form-wrapper {
    border: 1px solid #b2bfd0;
    border-radius: 30px;
    height: 31px;
    left: 0;
    text-shadow: none;
    top: 0;
    z-index: 50
}

#global-header-search .search-form {
    border-radius: 16px;
    display: flex;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    white-space: nowrap;
    z-index: 15
}

#global-header-search .search-form .search-field {
    background: #f6f7f8;
    flex: 1 1 auto;
    font-size: .875rem;
    font-weight: 600;
    height: 31px;
    line-height: 1.9375rem;
    padding: 0 15px
}

#global-header-search .search-form .search-field::-moz-placeholder {
    color: #b2bfd0;
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.9375rem;
    opacity: 1
}

#global-header-search .search-form .search-field::placeholder {
    color: #b2bfd0;
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.9375rem;
    opacity: 1
}

#global-header-search .search-form .btn-header-search {
    background-color: #fff;
    flex: 0 0 auto
}

#global-header-search .search-form .btn-header-search .ico {
    margin: -2px 0 0 -1px
}

#global-header-search .search-form .btn-header-search .ico>svg {
    fill: #5b6a88
}

#global-header-search .search-form .btn-header-search:hover .ico>svg {
    fill: #283545
}

#global-header-search .search-suggestions {
    background-color: #f6f7f8;
    color: #5b6a88;
    flex: 0 0 auto;
    font-size: .75rem;
    height: 31px;
    line-height: 1.9375rem;
    margin: 0;
    overflow: hidden;
    padding: 0
}

#global-header-search .search-suggestions li {
    border-right: 1px solid #e0e4e9;
    float: left;
    height: 100%;
    position: relative
}

#global-header-search .search-suggestions li a {
    color: #5b6a88;
    display: block;
    font-weight: 400;
    padding: 0 10px;
    text-decoration: none
}

#global-header-search .search-suggestions li a:hover {
    text-decoration: underline
}

#global-header-search .search-suggestions li:first-child {
    background-color: #e0e4e9;
    font-weight: 600;
    padding: 0 10px 0 15px
}

#main-nav {
    position: relative;
    transition: height .4s ease 0s
}

#main-nav ul {
    font-size: 1rem;
    line-height: 1.9375rem;
    margin: 0 -20px 5px;
    overflow: hidden;
    padding: 0 20px
}

#main-nav ul li {
    display: block;
    position: relative;
    transition: all .4s ease-in-out
}

#main-nav ul li a {
    display: block;
    padding: 0 10px;
    transition: all .2s ease 0s
}

#main-nav ul li.omni-friedberg-direct a,
#main-nav ul li.omni-open-account a,
#omni-nav ul li.omni-friedberg-direct a,
#omni-nav ul li.omni-open-account a {
    background-color: #01acb6;
    color: #fff;
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.4375rem;
    min-width: 150px;
    padding: 8px 23px;
    text-align: center;
    text-shadow: none;
    text-transform: uppercase;
    transition: all .2s ease 0s
}

#main-nav ul li.omni-friedberg-direct a:hover,
#main-nav ul li.omni-open-account a:hover,
#omni-nav ul li.omni-friedberg-direct a:hover,
#omni-nav ul li.omni-open-account a:hover {
    background-color: #0a8194;
    color: #fff;
    text-decoration: none
}

#omni-nav ul li.omni-friedberg-direct a,
#omni-nav ul li.omni-open-account a {
    transition: padding .4s ease-in-out, background .2s ease-in-out
}

#main-nav-groups {
    height: 0;
    overflow: hidden;
    position: relative;
    transition: height .4s ease 0s
}

#main-nav-groups .nav-intro .heading {
    display: block;
    font-family: Open Sans, Arial, Helvetica, Verdana, sans-serif;
    font-size: 1.3125rem;
    font-weight: 700;
    line-height: 2.5625rem;
    margin-bottom: 10px;
    text-transform: none
}

#main-nav-groups .nav-group {
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%
}

#main-nav-groups .nav-group-col .sub-heading {
    display: block;
    font-family: Open Sans, Arial, Helvetica, Verdana, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5625rem
}

#main-nav-groups .nav-group-col ul {
    font-size: .875rem;
    line-height: 1.3125rem
}

#main-nav-groups .nav-group-col ul li a {
    display: block;
    font-weight: 400;
    margin: 0 -10px;
    padding: 5px 10px;
    transition: all .2s ease 0s
}

#main-nav-groups .nav-group-col ul li a:hover {
    background-color: #f6f7f8;
    color: #0e75bd
}

#main-nav-groups .nav-group-col ul li .sub-heading a {
    font-weight: 700;
    padding-bottom: 0;
    padding-top: 0
}

#main-nav-groups .nav-group-col ul li .sub-heading a:hover {
    background-color: transparent
}

#header-foreground {
    position: relative;
    z-index: 20
}

#breadcrumbs-nav {
    background-color: #f6f7f8;
    height: 40px;
    overflow: hidden;
    position: relative;
    transition: all .4s ease 0s;
    width: 100%
}

#breadcrumbs-nav ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    line-height: 2.5rem;
    margin: 0;
    padding: 0;
    white-space: nowrap
}

#breadcrumbs-nav ul>li {
    flex: 0 0 auto;
    padding: 0 18px;
    position: relative
}

#breadcrumbs-nav ul>li a {
    display: block;
    position: relative;
    text-decoration: none;
    z-index: 10
}

#breadcrumbs-nav ul>li a:hover {
    text-decoration: underline
}

#breadcrumbs-nav ul>li.level-1,
#breadcrumbs-nav ul>li.level-2 {
    margin-right: 10px;
    padding-right: 10px;
    position: relative
}

#breadcrumbs-nav ul>li.level-1 a,
#breadcrumbs-nav ul>li.level-2 a {
    color: #5b6a88;
    padding: 0
}

#breadcrumbs-nav ul>li.level-1+li,
#breadcrumbs-nav ul>li.level-2+li {
    padding-left: 20px
}

#breadcrumbs-nav ul>li.level-1:after,
#breadcrumbs-nav ul>li.level-1:before,
#breadcrumbs-nav ul>li.level-2:after,
#breadcrumbs-nav ul>li.level-2:before {
    border-right: 2px solid #8799ae;
    content: "";
    display: block;
    height: 6px;
    margin-top: -5px;
    position: absolute;
    right: -10px;
    top: 50%
}

#breadcrumbs-nav ul>li.level-1:before,
#breadcrumbs-nav ul>li.level-2:before {
    transform: rotate(135deg)
}

#breadcrumbs-nav ul>li.level-1:after,
#breadcrumbs-nav ul>li.level-2:after {
    margin-top: -1px;
    transform: rotate(45deg)
}

#breadcrumbs-nav ul>li.level-2 {
    z-index: 20
}

#breadcrumbs-nav ul>li.level-0:not(:last-child):after {
    background: #8799ae;
    border-radius: 50%;
    content: "";
    display: block;
    height: 5px;
    margin-top: -5px;
    position: absolute;
    right: -2px;
    top: 58%;
    width: 5px
}

#breadcrumbs-nav ul>li.current a {
    color: #283545
}

#breadcrumbs-nav ul>li:first-child {
    padding-left: 0
}

#breadcrumbs-nav ul>li:last-child {
    padding-right: 0
}

#additional-sticky-bin {
    height: 0;
    position: absolute;
    width: 100%
}

#global-header {
    background: #fff;
    border-bottom: 1px solid #ebf0f4;
    position: sticky;
    top: 0;
    transform: translateZ(0);
    width: 100%;
    z-index: 998
}

#global-header .header-inner {
    background-color: #fff;
    position: relative;
    transition: all .3s ease-in-out;
    z-index: 50
}

#global-header .header-inner a {
    color: #283545;
    text-decoration: none
}

#global-header .header-canvas,
#global-header .header-pre-canvas {
    color: #283545;
    transition: all .4s ease-in-out
}

#global-header .header-pre-canvas {
    overflow: hidden
}

#global-header .header-persistent-wrapper {
    margin: 20px 0 15px;
    position: relative;
    transition: margin .4s ease 0s;
    z-index: 20
}

#global-header .header-persistent-wrapper.new {
    margin: 20px 0
}

#global-header .header-persistent-wrapper .header-persistent-inner {
    align-items: center;
    display: flex
}

#global-header .btn-header-search {
    border-radius: 50%;
    display: block;
    height: 31px;
    line-height: 1.8125rem;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    transition: background-color .2s ease 0s;
    width: 30px
}

#global-header .btn-header-search .ico>svg {
    transition: fill .2s ease 0s
}

#fxcm-logo,
.logo-clone {
    flex: 0 1 auto;
    margin-right: 20px;
    position: relative;
    transform: translateZ(0);
    transition: margin-bottom .2s ease-in-out;
    width: 160px
}

#fxcm-logo.logo-lg,
.logo-clone.logo-lg {
    width: 190px
}

#global-pre-header {
    position: relative;
    z-index: 10
}

#global-header-overlay {
    background-color: #151c25;
    height: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .4s ease 0s, height 0s linear .5s;
    width: 100%;
    z-index: 40
}

body.global-header-stuck #breadcrumbs-nav {
    box-shadow: 0 2px 10px rgba(21, 28, 37, .04)
}

body.main-nav-open #main-nav-groups .nav-group.current {
    opacity: 1;
    position: relative;
    transition: all .4s ease 0s;
    z-index: 10
}

body.main-nav-open #main-nav-groups .nav-group.previous {
    transition: all .2s ease 0s;
    z-index: 1
}

body.main-nav-open #global-header {
    box-shadow: 0 10px 20px rgba(21, 28, 37, .2)
}

body.main-nav-open #global-header-overlay {
    height: 100vh;
    opacity: .8;
    pointer-events: auto;
    transition: opacity .4s ease 0s, height 0s linear 0s
}

body.global-header-minimized #breadcrumbs-nav {
    box-shadow: none;
    height: 0
}

footer {
    background-color: #121d2b;
    color: #fff
}

footer p {
    font-size: .875rem;
    line-height: 1.4375rem;
    margin: 20px 0
}

footer ul {
    list-style-type: none
}

footer ul,
footer ul li {
    margin-left: 0;
    padding-left: 0
}

footer ul li:before {
    content: none
}

footer a,
footer a:visited {
    color: #fff
}

#vueCountrySelect .current-site-label {
    background-color: #fff;
    color: #283545;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 10px;
    padding-top: 10px
}

#vueCountrySelect .current-site-label:before {
    border: 6px solid transparent;
    border-top-color: #1d2937;
    content: "";
    height: 0;
    position: absolute;
    right: 12px;
    top: 20px;
    width: 0;
    z-index: 100
}

#vueCountrySelect .current-site-label.expanded:before {
    top: 14px;
    transform: rotate(180deg)
}

#vueCountrySelect .current-site-label:hover {
    color: #5b6a88
}

#vueCountrySelect #country-select-list {
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 0 7px rgba(0, 0, 0, .001);
    left: -9999px;
    max-height: 450px;
    max-width: 350px;
    overflow-x: hidden;
    overflow-y: scroll;
    position: absolute;
    transition: opacity .2s ease-in-out;
    width: 100%;
    z-index: 9999
}

#vueCountrySelect #country-select-list li a {
    color: #283545;
    padding: 10px 30px;
    text-decoration: none
}

#vueCountrySelect #country-select-list li:hover,
#vueCountrySelect #country-select-list li:hover a {
    background-color: #e0e4e9
}

.footer-sitemap {
    background: #1d2937;
    border-bottom: 1px solid #03080e;
    color: #abc0e3;
    font-family: Open Sans, Arial, Helvetica, Verdana, sans-serif;
    font-size: .81rem;
    font-weight: 600;
    padding: 18px 0 12px
}

.footer-sitemap>.unit {
    padding-right: 40px
}

.footer-sitemap * {
    font-size: 13px;
    font-size: .81rem
}

.footer-sitemap h3 {
    color: #abc0e3;
    font-weight: 600;
    margin-bottom: 12px;
    margin-top: 11px;
    position: relative
}

.footer-sitemap h3:after {
    background-color: #020508;
    border-bottom: 1px solid #3e4c5e;
    bottom: -6px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%
}

.footer-sitemap li {
    margin-bottom: 3px;
    padding-bottom: 0
}

.footer-sitemap li a {
    display: block;
    margin-left: -10px;
    margin-right: -10px;
    padding: 4px 10px;
    text-decoration: none;
    transition: background-color .2s ease 0s
}

.footer-sitemap li .no-link {
    display: block;
    padding-bottom: 3px;
    padding-top: 2px
}

.footer-sitemap li a:hover {
    background-color: #283545
}

.footer-sitemap li.tradingview-link a {
    display: inline-block
}

.footer-sitemap li.tradingview-link a:hover {
    background-color: transparent
}

.footer-sitemap li.no-link>a {
    color: inherit;
    cursor: default;
    text-decoration: none
}

.footer-sitemap li.no-link>a:hover {
    background: none
}

.footer-sitemap li.menu-item-country-select #country-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    font-size: .8125rem;
    font-weight: 400;
    height: 38px;
    margin-top: 7px;
    padding: 8px 10px;
    position: relative;
    width: 99%
}

.footer-sitemap li.menu-item-country-select #country-select option[selected] {
    font-size: .8125rem;
    font-weight: 700
}

.footer-sitemap li.menu-item-country-select #country-select::-ms-expand {
    display: none
}

.footer-sitemap .footer-social li {
    display: inline-block;
    margin: 5px 20px 5px 0
}

.footer-sitemap .footer-social li>a {
    display: inline-block;
    margin: 0;
    padding: 0
}

.footer-sitemap .footer-social li>a .ico svg {
    transition: fill .2s ease 0s
}

.footer-sitemap .footer-social li>a .ico:after {
    transition: background-color .2s ease 0s
}

.footer-sitemap .footer-social li>a .ico-facebook svg {
    transform: translateY(.5%)
}

.footer-sitemap .footer-social li>a .ico-twitter svg {
    transform: translate(2%, 1%)
}

.footer-sitemap .footer-social li>a .ico-google-plus svg {
    transform: translate(2%, 2%)
}

.footer-sitemap .footer-social li>a .ico-rss svg,
.footer-sitemap .footer-social li>a .ico-youtube svg {
    transform: translate(0)
}

.footer-sitemap .footer-social li>a:hover {
    background-color: transparent
}

.footer-sitemap .footer-social li>a:hover .ico svg {
    fill: #fff
}

.footer-sitemap .footer-social li>a:hover .ico-facebook:after {
    background-color: #3b5998
}

.footer-sitemap .footer-social li>a:hover .ico-twitter:after {
    background-color: #00aced
}

.footer-sitemap .footer-social li>a:hover .ico-x-twitter:after {
    background-color: #000
}

.footer-sitemap .footer-social li>a:hover .ico-google-plus:after {
    background-color: #dd4b39
}

.footer-sitemap .footer-social li>a:hover .ico-youtube:after {
    background-color: red
}

.footer-sitemap .footer-social li>a:hover .ico-rss:after {
    background-color: #ee802f
}

.footer-sitemap .footer-social li>a:hover .ico-instagram:after {
    background: radial-gradient(circle at 30% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%)
}

.disclaimer-wrapper * {
    font-size: 11px;
    font-size: .68rem
}

.footer-legal {
    border-top: 1px solid #303a46;
    padding: 40px 0 10px
}

.copyright {
    border-top: 1px solid #fff;
    padding: 10px 0
}

.copyright p {
    margin-bottom: 0
}

.copyright ul {
    display: inline;
    list-style: none
}

.copyright li {
    display: inline;
    padding-right: 5px
}

.address {
    padding-bottom: 30px
}

.default-risk-disclaimer {
    background-color: #fff
}

.search-results-content {
    margin-bottom: 0
}

.search-results-content .search-form {
    border: 3px solid #ebf0f4;
    margin-bottom: 5px;
    position: relative;
    transition: border-color .25s ease 0s
}

.search-results-content .search-form>.search-field {
    background-color: #fff;
    border: none;
    color: #283545;
    font-size: 1.125rem;
    font-weight: 600;
    height: 50px;
    line-height: 1.6875rem;
    padding: 1px 1px 3px 20px;
    width: calc(100% - 50px)
}

.search-results-content .search-form>.search-field::-moz-placeholder {
    color: #0c51a3;
    font-family: Open Sans, Arial, Helvetica, Verdana, sans-serif;
    font-weight: 400;
    opacity: 1;
    -moz-transition: all .25s ease 0s;
    transition: all .25s ease 0s
}

.search-results-content .search-form>.search-field::placeholder {
    color: #0c51a3;
    font-family: Open Sans, Arial, Helvetica, Verdana, sans-serif;
    font-weight: 400;
    opacity: 1;
    transition: all .25s ease 0s
}

.search-results-content .search-form>.search-field:focus::-moz-placeholder {
    color: #b2bfd0 !important;
    text-indent: 5px
}

.search-results-content .search-form>.search-field:focus::placeholder {
    color: #b2bfd0 !important;
    text-indent: 5px
}

.search-results-content .search-form.has-focus,
.search-results-content .search-form.has-value {
    border-color: #0c51a3
}

.search-results-content .results-found {
    display: inline-block;
    font-size: 13px;
    margin-bottom: 40px;
    padding-left: 22px
}

.search-results-content .search-suggestions {
    display: none
}

.spacious #main-post-content,
.spacious .additional-row {
    font-family: Open Sans, Arial, Helvetica, Verdana, sans-serif;
    font-size: 1rem;
    line-height: 1.875rem
}

.spacious #main-post-content .h2,
.spacious #main-post-content h2,
.spacious .additional-row .h2,
.spacious .additional-row h2 {
    font-size: 3.125rem;
    line-height: 3.75rem;
    margin-bottom: 25px
}

.spacious #main-post-content h3,
.spacious .additional-row h3 {
    font-size: 1.3125rem;
    font-weight: 600;
    margin-bottom: 15px
}

.spacious #main-post-content p.lead-in,
.spacious .additional-row p.lead-in {
    font-size: 1.3125rem;
    line-height: 2.25rem
}

.grid-container .nav3 ul {
    margin-left: 0;
    margin-right: 0
}

.grid-container .nav3 ul li {
    margin: 0;
    padding: 0
}

.grid-container .nav3 ul li:before {
    display: none
}

.grid-container .nav3 ul li>a {
    display: block;
    text-decoration: none;
    transition: background-color .2s ease 0s
}

.grid-container .nav3 ul.nav3-aside {
    border-bottom: 3px solid #b2bfd0
}

.grid-container .nav3 ul.nav3-aside li {
    border-top: 1px solid #b2bfd0
}

.grid-container .nav3 ul.nav3-aside li>a {
    font-size: .875rem;
    font-weight: 600;
    padding: 14px 20px 15px 0
}

.grid-container .nav3 ul.nav3-aside li>a>.ico {
    left: 0;
    position: absolute;
    top: 20px
}

.grid-container .nav3 ul.nav3-aside li>a>.ico>svg {
    fill: #0c51a3
}

.grid-container .nav3 ul.nav3-aside li.menu-item-has-children>ul {
    display: none
}

.grid-container .nav3 ul.nav3-aside li.current-menu-ancestor>ul {
    display: block
}

.grid-container .nav3 ul.nav3-aside li.current-menu-item>a,
.grid-container .nav3 ul.nav3-aside li>a:hover {
    color: #283545
}

.grid-container .nav3 ul.nav3-aside li.current-menu-item>a>.ico>svg,
.grid-container .nav3 ul.nav3-aside li>a:hover>.ico>svg {
    fill: #283545
}

.grid-container .nav3 ul.nav3-aside li.current-menu-item:not(.menu-item-has-children)>a {
    font-weight: 700
}

.grid-container .nav3 ul.nav3-aside .nav3-subnav {
    margin: 0
}

.grid-container .nav3 ul.nav3-aside .nav3-subnav li>a {
    padding-left: 40px
}

.grid-container .nav3 ul.nav3-aside .nav3-subnav li>a>.ico {
    left: 15px
}

.nav4 ul {
    margin-left: 0;
    padding-left: 0
}

.nav4 ul>li {
    margin: 0;
    padding: 0
}

.nav4 ul.nav4-resources,
.nav4 ul>li:before {
    display: none
}

.nav4 .nav4-meta {
    background-color: #ebf0f4;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 20px;
    padding: 7px 10px
}

.nav4 .nav4-meta ul {
    display: flex;
    margin: 0
}

.nav4 .nav4-meta ul>li {
    border-right: 1px solid #5b6a88;
    flex: 0 0 auto;
    padding: 0 10px 1px
}

.nav4 .nav4-meta ul>li>a {
    color: #283545;
    display: block;
    font-size: .6875rem;
    font-weight: 600;
    line-height: .875rem;
    text-decoration: none;
    text-transform: uppercase
}

.nav4 .nav4-meta ul>li>a:hover {
    color: #0c51a3;
    text-decoration: underline
}

.nav4 .nav4-meta ul>li:first-child {
    padding-left: 0
}

.nav4 .nav4-meta ul>li:last-child {
    border: none;
    padding-right: 0
}

article .pagination {
    font-size: 11px;
    padding-top: 30px;
    text-align: right
}

article .pagination a {
    color: #283545;
    padding: 0 2px;
    text-transform: uppercase
}

article .pagination .link {
    display: inline-block;
    margin-left: 6px;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 0
}

article .pagination .link:first-child {
    border-left: none;
    margin-left: 0;
    padding-left: 0
}

article .pagination.has-border .next {
    border-left: 1px solid #000
}

.single-expert .mainContent {
    padding-top: 0 !important
}

.single-expert .mainContent .expert-hero {
    background-color: #5b6a88;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6875rem;
    padding: 40px 0
}

.single-expert .mainContent .expert-hero .hero-content-wrapper {
    min-height: 125px
}

.single-expert .mainContent .expert-hero h1 {
    font-size: 3.125rem;
    line-height: 4.5rem;
    margin-bottom: 5px;
    text-shadow: 0 1px 1px rgba(40, 53, 69, .5)
}

.single-expert .mainContent .expert-hero .lead-in {
    font-family: Open Sans, Arial, Helvetica, Verdana, sans-serif;
    margin-bottom: 0;
    text-shadow: 0 1px 1px rgba(40, 53, 69, .5)
}

.single-expert .mainContent .expert-hero .social-links>a {
    display: inline-block;
    margin: 0;
    padding: 0
}

.single-expert .mainContent .expert-hero .social-links>a .ico svg {
    position: relative;
    transition: fill .2s ease 0s
}

.single-expert .mainContent .expert-hero .social-links>a .ico:after {
    transition: background-color .2s ease 0s
}

.single-expert .mainContent .expert-hero .social-links>a .ico-facebook svg {
    transform: translateY(.5%)
}

.single-expert .mainContent .expert-hero .social-links>a .ico-twitter svg {
    transform: translate(2%, 1%)
}

.single-expert .mainContent .expert-hero .social-links>a .ico-youtube svg {
    transform: translate(0)
}

.single-expert .mainContent .expert-hero .social-links>a:hover {
    background-color: transparent
}

.single-expert .mainContent .expert-hero .social-links>a:hover .ico svg {
    fill: #fff
}

.single-expert .mainContent .expert-hero .social-links>a:hover .ico-facebook:after {
    background-color: #3b5998
}

.single-expert .mainContent .expert-hero .social-links>a:hover .ico-twitter:after {
    background-color: #00aced
}

.single-expert .mainContent .expert-hero .social-links>a:hover .ico-youtube:after {
    background-color: red
}

.single-expert .mainContent .expert-hero+.hero-spacer {
    height: 40px
}

.single-insight .single-insight-content .embedded-chart,
.single-insight .single-insight-content h1,
.single-insight .single-insight-content h2,
.single-insight .single-insight-content h3,
.single-insight .single-insight-content h4,
.single-insight .single-insight-content h5,
.single-insight .single-insight-content h6,
.single-insight .single-insight-content ol,
.single-insight .single-insight-content p,
.single-insight .single-insight-content table,
.single-insight .single-insight-content ul {
    margin-bottom: 0;
    text-transform: none
}

.single-insight .single-insight-content,
.single-insight .single-insight-content ol li,
.single-insight .single-insight-content ul li {
    font-family: Open Sans, Arial, Helvetica, Verdana, sans-serif
}

.single-insight .single-insight-content .insight-main-content,
.single-insight .single-insight-content .insight-main-content ol li,
.single-insight .single-insight-content .insight-main-content ul li {
    font-size: 1.125rem;
    line-height: 2rem
}

.single-insight .single-insight-content .insight-main-content .embedded-chart,
.single-insight .single-insight-content .insight-main-content ol,
.single-insight .single-insight-content .insight-main-content p,
.single-insight .single-insight-content .insight-main-content table,
.single-insight .single-insight-content .insight-main-content ul {
    margin-top: 30px
}

.single-insight .single-insight-content .insight-main-content h2+p,
.single-insight .single-insight-content .insight-main-content h3+p {
    margin-top: 20px
}

.single-insight .single-insight-content .insight-main-content .embedded-chart+h2,
.single-insight .single-insight-content .insight-main-content ol+h2,
.single-insight .single-insight-content .insight-main-content p+h2,
.single-insight .single-insight-content .insight-main-content ul+h2 {
    margin-top: 65px
}

.single-insight .single-insight-content .insight-main-content ol+h3,
.single-insight .single-insight-content .insight-main-content p+h3,
.single-insight .single-insight-content .insight-main-content ul+h3 {
    margin-top: 35px
}

.single-insight .single-insight-content .insight-main-content h1 {
    font-size: 2.75rem;
    line-height: 3.375rem;
    margin-top: 10px
}

.single-insight .single-insight-content .insight-main-content h2 {
    font-size: 2rem;
    font-weight: 600;
    line-height: 2.625rem;
    margin-top: 20px
}

.single-insight .single-insight-content .insight-main-content h3 {
    font-size: 1.5625rem;
    font-weight: 600;
    line-height: 2.3125rem;
    margin-top: 20px;
    text-transform: none
}

.single-insight .insight-top-content .insight-category {
    color: fxcm-color-v2("coral");
    display: inline-block;
    font-size: .9375rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase
}

.single-insight .insight-top-content .author {
    align-items: center;
    color: fxcm-color-v2("grey");
    display: flex;
    font-size: .9375rem;
    margin-top: 25px
}

.single-insight .insight-top-content .author .author-link {
    -webkit-margin-end: 15px;
    flex: 0 0 auto;
    margin-inline-end: 15px
}

.single-insight .insight-top-content .author .author-avatar {
    border-radius: 50%
}

.single-insight .insight-top-content .author a {
    color: fxcm-color-v2("dark");
    text-decoration: none
}

.single-insight .insight-top-content .author a:hover {
    text-decoration: underline
}

.single-insight .insight-top-content .author .dash-divider {
    margin: 0 7px
}

.single-insight .insight-top-content .author time {
    font-size: .8125rem;
    font-weight: 600;
    text-transform: uppercase
}

.single-insight .insight-top-content .author time svg {
    fill: fxcm-color-v2("grey");
    margin: 0 2px 0 3px;
    width: 13px
}

.single-insight .insight-top-content .post-tags {
    display: flex
}

.single-insight .insight-top-content .post-tags li a,
.single-insight .insight-top-content .post-tags li span {
    border: 1px solid;
    border-radius: 3px;
    color: fxcm-color-v2("blue");
    font-size: .6875rem;
    letter-spacing: .5px;
    padding: 3px 10px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .2s ease-in-out
}

.single-insight .insight-top-content .post-tags li a:hover,
.single-insight .insight-top-content .post-tags li span:hover {
    color: fxcm-color-v2("coral")
}

.single-insight .insight-top-content .post-tags li:not(:first-child) {
    margin-left: 15px
}

.single-insight .insight-top-content .featured-img-wrapper {
    margin-top: 30px
}

.single-insight .insight-top-content .featured-img-wrapper img {
    border-radius: 4px
}

.single-insight .insight-body-content {
    margin-top: 40px
}

.single-insight .insight-body-content #table-of-contents h4 {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0;
    text-transform: none
}

.single-insight .insight-body-content #table-of-contents ul {
    -webkit-margin-start: 0;
    margin-top: 15px;
    margin-inline-start: 0
}

.single-insight .insight-body-content #table-of-contents ul li {
    -webkit-padding-start: 10px;
    padding-bottom: 5px;
    padding-inline-start: 10px
}

.single-insight .insight-body-content #table-of-contents ul li a {
    color: #283545;
    font-size: 1rem;
    text-decoration: underline
}

.single-insight .insight-body-content #table-of-contents ul li a:hover {
    text-decoration: none
}

.single-insight .insight-body-content #table-of-contents ul li:before {
    content: "●";
    font-size: 80%
}

.single-insight .insight-body-content #table-of-contents ul ul {
    margin-top: 10px
}

.single-insight .insight-body-content .share-this-post {
    margin-top: 50px
}

.single-insight .insight-body-content .social-sharing a.ss-button-facebook,
.single-insight .insight-body-content .social-sharing a.ss-button-linkedin,
.single-insight .insight-body-content .social-sharing a.ss-button-pinterest,
.single-insight .insight-body-content .social-sharing a.ss-button-reddit,
.single-insight .insight-body-content .social-sharing a.ss-button-twitter,
.single-insight .insight-body-content .social-sharing a.ss-button-xing {
    background-image: url(https://media.fxcm.com/fxpress/fxcmcom/base/insight/socialshare-fxcm.png);
    border-radius: 3px;
    height: 40px;
    max-width: 240px;
    transition: all .2s;
    width: 100%
}

.single-insight .insight-body-content .social-sharing a.ss-button-facebook:hover,
.single-insight .insight-body-content .social-sharing a.ss-button-linkedin:hover,
.single-insight .insight-body-content .social-sharing a.ss-button-pinterest:hover,
.single-insight .insight-body-content .social-sharing a.ss-button-reddit:hover,
.single-insight .insight-body-content .social-sharing a.ss-button-twitter:hover,
.single-insight .insight-body-content .social-sharing a.ss-button-xing:hover {
    opacity: .8
}

.single-insight .insight-body-content .social-sharing a.ss-button-facebook {
    background-color: #1a6dd4;
    background-position: 75px 10px
}

.single-insight .insight-body-content .social-sharing a.ss-button-twitter {
    background-color: #55acef;
    background-position: 75px -46px
}

.single-insight .insight-body-content .social-sharing a.ss-button-linkedin {
    background-color: #069;
    background-position: 78px -108px
}

.single-insight .insight-body-content .bio-block {
    background: fxcm-color-v2("grey-lighter");
    border-radius: 6px;
    display: flex;
    font-size: 1rem;
    line-height: 1.8125rem;
    margin-top: 65px;
    padding: 40px 35px 30px;
    position: relative
}

.single-insight .insight-body-content .bio-block .bio-avatar-wrapper {
    -webkit-margin-end: 35px;
    margin-inline-end: 35px;
    max-width: 80px;
    width: 100%
}

.single-insight .insight-body-content .bio-block .bio-avatar-wrapper .bio-avatar {
    border: 3px solid fxcm-color-v2("coral");
    border-radius: 50%;
    max-width: 80px;
    padding: 4px
}

.single-insight .insight-body-content .bio-block h4 {
    font-size: 1.375rem;
    font-weight: 600;
    line-height: 1.75rem
}

.single-insight .insight-body-content .bio-block h4 a {
    color: fxcm-color-v2("coral");
    text-decoration: none
}

.single-insight .insight-body-content .bio-block h5 {
    color: fxcm-color-v2("grey");
    font-weight: 700;
    letter-spacing: .5px;
    margin-top: 5px;
    text-transform: uppercase
}

.single-insight .insight-body-content .bio-block .bio-description {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    height: 5.8em;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis
}

.single-insight .insight-body-content .bio-block p {
    margin-top: 0
}

.single-insight .insight-body-content .bio-block .view-profile {
    display: block;
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .5px;
    margin-top: 10px;
    text-decoration: none;
    text-transform: uppercase
}

.single-insight .insight-body-content #footnotes {
    margin-top: 70px
}

.single-insight .insight-body-content #footnotes p,
.single-insight .insight-body-content #footnotes table {
    font-size: 1rem;
    line-height: 1.8125rem;
    margin-top: 10px
}

.single-insight .insight-sidebar-content .insight-category-tag-recent-featured-articles .sidebar-heading {
    color: fxcm-color-v2("blue");
    font-size: 1.125rem;
    letter-spacing: 1px;
    text-transform: uppercase
}

.single-insight .insight-sidebar-content .insight-category-tag-recent-featured-articles .sidebar-list li {
    display: flex;
    font-size: .875rem;
    line-height: 1.25rem;
    padding-top: 20px
}

.single-insight .insight-sidebar-content .insight-category-tag-recent-featured-articles .sidebar-list li:not(:first-child) {
    margin-top: 5px
}

.single-insight .insight-sidebar-content .insight-category-tag-recent-featured-articles .sidebar-list li .related-info {
    width: 100%
}

.single-insight .insight-sidebar-content .insight-category-tag-recent-featured-articles .sidebar-list li .primary-info {
    align-items: center;
    display: flex
}

.single-insight .insight-sidebar-content .insight-category-tag-recent-featured-articles .sidebar-list li .primary-info .title {
    color: fxcm-color-v2("dark");
    display: block;
    font-weight: 700;
    text-decoration: none
}

.single-insight .insight-sidebar-content .insight-category-tag-recent-featured-articles .sidebar-list li .primary-info .thumbnail {
    -webkit-margin-start: 10px;
    border-radius: 2px;
    flex: 0 0 auto;
    margin-inline-start: 10px
}

.single-insight .insight-sidebar-content .insight-category-tag-recent-featured-articles .sidebar-list li .secondary-info {
    align-items: center;
    color: fxcm-color-v2("coral");
    display: flex;
    justify-content: space-between;
    margin-top: 10px
}

.single-insight .insight-sidebar-content .insight-category-tag-recent-featured-articles .sidebar-list li .secondary-info .related-category {
    font-size: .8125rem;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.25rem;
    text-transform: uppercase
}

.single-insight .insight-sidebar-content .insight-category-tag-recent-featured-articles .sidebar-list li .secondary-info .post-date {
    color: fxcm-color-v2("grey");
    font-weight: 600
}

.single-insight .insight-sidebar-content .sidebar-video-block {
    background: fxcm-color-v2("grey-lighter");
    border-radius: 3px;
    font-size: 1rem;
    line-height: 1.6875rem;
    margin-top: 70px;
    overflow: hidden
}

.single-insight .insight-sidebar-content .sidebar-video-block .youtube-wrapper {
    margin-top: -5px
}

.single-insight .insight-sidebar-content .sidebar-video-block .content {
    padding: 15px 30px 25px
}

.single-insight .insight-sidebar-content .sidebar-video-block time {
    color: fxcm-color-v2("coral");
    display: block;
    font-size: .8125rem;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.25rem;
    text-transform: uppercase
}

.single-insight .insight-sidebar-content .sidebar-video-block .title {
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 2rem;
    margin-top: 5px
}

.single-insight .insight-sidebar-content .sidebar-video-block .description {
    margin-top: 10px
}

.single-insight #popular-articles {
    padding-bottom: 60px;
    padding-top: 60px
}

.single-insight #popular-articles .popular-article {
    background: fxcm-color-v2("grey-lighter");
    border-bottom: 2px solid transparent;
    border-radius: 6px;
    cursor: pointer;
    font-size: .9375rem;
    line-height: 1.5rem;
    margin-top: 35px;
    padding: 25px;
    transition: all .2s
}

.single-insight #popular-articles .popular-article:hover {
    box-shadow: 0 4.5px 3.6px rgba(0, 0, 0, .007), 0 12.5px 10px rgba(0, 0, 0, .01), 0 30.1px 24.1px rgba(0, 0, 0, .013), 0 100px 80px rgba(0, 0, 0, .02);
    transform: translateY(-8px)
}

.single-insight #popular-articles .popular-article .category {
    color: fxcm-color-v2("coral");
    font-size: .8125rem;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.25rem;
    text-transform: uppercase
}

.single-insight #popular-articles .popular-article .title {
    font-size: 1.1875rem;
    font-weight: 700;
    line-height: 1.75rem;
    margin-top: 10px
}

.single-insight #popular-articles .popular-article .excerpt {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    height: 5em;
    margin-top: 12px;
    overflow: hidden;
    text-overflow: ellipsis
}

.single-insight #popular-articles .popular-article .article-info {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 20px
}

.single-insight #popular-articles .popular-article .article-info .author {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.single-insight #popular-articles .popular-article .article-info .author .avatar {
    border-radius: 50%
}

.single-insight #popular-articles .popular-article .article-info .author .author-name {
    -webkit-margin-start: 12px;
    font-size: .875rem;
    font-weight: 600;
    margin-inline-start: 12px
}

.single-insight #popular-articles .popular-article .article-info time {
    color: fxcm-color-v2("grey");
    font-size: .875rem;
    font-weight: 700;
    text-transform: uppercase
}

.single-insight .fxcm-carousel .glide__track {
    box-shadow: none
}

.single-insight .fxcm-carousel .glide__arrow {
    height: 42px
}

.single-insight .fxcm-carousel .glide__arrow:after,
.single-insight .fxcm-carousel .glide__arrow:before {
    height: 48%;
    width: 3px
}

.single-insight .fxcm-carousel .glide__bullets {
    padding-top: 40px
}

.page-template-template-top-banner .insights-hero {
    background-color: #5b6a88;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6875rem
}

.page-template-template-top-banner .insights-hero .hero-bg-wrapper {
    width: 100%
}

.page-template-template-top-banner .insights-hero .hero-bg-wrapper img {
    max-width: none;
    min-height: 100%;
    min-width: 100%;
    opacity: .5;
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%)
}

.page-template-template-top-banner .insights-hero .hero-bg-wrapper:not(.hero-img-no-blur) img {
    filter: blur(8px)
}

.page-template-template-top-banner .insights-hero .hero-content-wrapper {
    min-height: 125px
}

.page-template-template-top-banner .insights-hero .cat-icon-wrapper {
    float: right;
    margin: 10px -15px 20px 0;
    width: 120px
}

.page-template-template-top-banner .insights-hero .cat-icon-wrapper span {
    display: block
}

.page-template-template-top-banner .insights-hero .cat-icon-wrapper .cat-icon {
    background-color: #5b6a88;
    border: 3px solid #fff;
    border-radius: 50%;
    height: 86px;
    margin: 0 auto 10px;
    padding: 15px;
    width: 86px
}

.page-template-template-top-banner .insights-hero .cat-icon-wrapper .cat-title {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.3125rem;
    text-align: center
}

.page-template-template-top-banner .insights-hero .featured-prefix {
    display: block;
    font-size: 1.1875rem;
    font-weight: 400;
    margin: 0;
    opacity: .9;
    text-transform: uppercase
}

.page-template-template-top-banner .insights-hero h1 {
    font-size: 3.125rem;
    line-height: 3.9375rem;
    margin-bottom: 10px;
    text-shadow: 0 1px 1px rgba(40, 53, 69, .5)
}

.page-template-template-top-banner .insights-hero p {
    font-family: Open Sans, Arial, Helvetica, Verdana, sans-serif;
    text-shadow: 0 1px 1px rgba(40, 53, 69, .5)
}

.page-template-template-top-banner .insights-hero p time {
    white-space: nowrap
}

.page-template-template-top-banner .insights-hero .post-tags {
    font-size: .75rem;
    line-height: 1.375rem;
    margin-bottom: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.page-template-template-top-banner .insights-hero .post-tags>li {
    display: inline-block;
    margin-right: 5px
}

.page-template-template-top-banner .insights-hero .post-tags>li>.post-tag-link {
    background-color: #ebf0f4;
    border-radius: 15px;
    color: #5b6a88;
    display: block;
    padding: 2px 12px;
    text-decoration: none;
    transition: all .2s ease 0s
}

.page-template-template-top-banner .insights-hero .post-tags>li>.post-tag-link:hover {
    background-color: #fff;
    color: #0c51a3
}

.page-template-template-top-banner .insights-hero .post-tags>li>.post-tag-link.no-tags {
    opacity: .6
}

.page-template-template-top-banner .insights-hero .post-tags>li>.post-tag-link.no-tags:hover {
    background-color: #f6f7f8;
    color: #5b6a88
}

.page-template-template-top-banner .insights-hero.article-has-img {
    padding-bottom: 120px
}

.page-template-template-top-banner.has-breadcrumbs .insight-hero .hero-content-wrapper {
    min-height: 85px
}

.page-template-template-top-banner.single-insight_category .insights-hero .cat-icon-wrapper .cat-icon,
.page-template-template-top-banner.single-insight_tag .insights-hero .cat-icon-wrapper .cat-icon {
    margin-bottom: 0
}

.page-template-template-top-banner.single-insight_category .insights-hero .cat-icon-wrapper .cat-title,
.page-template-template-top-banner.single-insight_tag .insights-hero .cat-icon-wrapper .cat-title {
    display: none
}

.page-template-template-top-banner .insights-page-feed {
    padding-top: 80px
}

.page-template-template-top-banner.single-insight_category .notification-wrapper,
.page-template-template-top-banner.single-insight_tag .notification-wrapper {
    background-color: #67b20b;
    border-radius: 3px;
    bottom: 50px;
    font-family: Open Sans, Arial, Helvetica, Verdana, sans-serif;
    font-size: .875rem;
    left: 50%;
    line-height: 1.4375rem;
    max-width: 90vw;
    opacity: 0;
    padding: 15px 30px;
    position: fixed;
    text-align: center;
    transform: translateY(100px) translateX(-50%);
    transition: all .2s ease;
    width: 400px;
    z-index: 10
}

.page-template-template-top-banner.single-insight_category .notification-wrapper.display-notification,
.page-template-template-top-banner.single-insight_tag .notification-wrapper.display-notification {
    opacity: 1;
    transform: translateY(0) translateX(-50%)
}

.page-template-template-top-banner.single-insight_category .notification-wrapper .notification-message a,
.page-template-template-top-banner.single-insight_tag .notification-wrapper .notification-message a {
    color: #fff;
    text-decoration: none
}

.page-template-template-top-banner.single-insight_category .notification-wrapper .notification-message a:hover,
.page-template-template-top-banner.single-insight_tag .notification-wrapper .notification-message a:hover {
    text-decoration: underline
}

.single-insight article.C .featured-image {
    background-color: #fff;
    border: 5px solid #fff;
    margin: -140px -5px 20px;
    min-height: 125px
}

.single-insight aside.sidebar .widget:not(:empty):first-child {
    margin-top: 0
}

.single-instrument #instrument-header {
    position: relative;
    z-index: 50
}

.single-instrument #instrument-header h1 {
    color: #0c51a3
}

.single-instrument #instrument-header h1 .ticker {
    color: #0e75bd;
    font-family: Cairo, Open Sans, Arial, Helvetica, Verdana, sans-serif;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.5625rem
}

.single-instrument #instrument-header .instrument-meta {
    margin-bottom: 30px;
    min-height: 40px;
    position: relative
}

.single-instrument #instrument-header .market-info .exchange-market-hours {
    font-family: Cairo, Open Sans, Arial, Helvetica, Verdana, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 2.3125rem
}

.single-instrument .tradingview-widget-container {
    min-height: 500px
}

.single-instrument .tabs-wrapper {
    position: relative;
    z-index: 10
}

.overview-hero {
    background-color: #283545;
    background-color: rgba(40, 53, 69, .8);
    color: #fff;
    height: 360px;
    overflow: hidden;
    padding-top: 360px;
    position: relative;
    text-shadow: 0 1px 1px rgba(31, 41, 53, .8)
}

.overview-hero>img {
    max-width: none;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    right: 50%;
    top: 0;
    transform: translateX(50%)
}

.overview-hero .intro {
    background-color: inherit;
    min-height: 160px;
    overflow: hidden;
    padding: 15px 20px 0;
    position: relative;
    transform: translateY(-100%);
    width: 100%;
    z-index: 5
}

.overview-hero .intro>* {
    margin-left: auto;
    margin-right: auto;
    max-width: 560px
}

.overview-hero .intro h1 {
    margin-bottom: 5px
}

.overview-hero .intro h2 {
    font-size: 1.125rem;
    line-height: 1.9375rem
}

.section-overview .feature-box {
    padding: 20px 20px 0;
    position: relative
}

.section-overview .feature-box h3 {
    margin-bottom: 10px
}

.section-overview .feature-box h3>.ico {
    float: left;
    height: 18px;
    margin: 2px 0 0;
    opacity: .8;
    transition: opacity .2s ease 0s;
    width: 18px
}

.section-overview .feature-box p {
    color: #283545;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5625rem
}

.section-overview a.feature-box {
    display: block;
    text-decoration: none;
    transition: all .2s ease 0s
}

.section-overview a.feature-box h3 {
    color: #0c51a3
}

.section-overview a.feature-box:hover {
    background-color: #f6f7f8;
    z-index: 10
}

.section-overview a.feature-box:hover h3>.ico {
    opacity: 1
}

.overview-primary .feature-box {
    border: 1px solid #b2bfd0;
    margin-bottom: 40px;
    min-height: 160px;
    overflow: hidden
}

.overview-primary .feature-box:after {
    border: 1px solid #fff;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5
}

.overview-primary .feature-box p {
    font-size: .9375rem;
    font-weight: 400;
    line-height: 1.75rem;
    margin-bottom: 15px
}

.overview-primary .feature-box .text-wrapper {
    position: relative;
    z-index: 10
}

.overview-primary .feature-box .icon-wrapper {
    left: 0;
    position: absolute;
    top: 0
}

.overview-secondary .feature-box:after {
    background-color: #b2bfd0;
    bottom: 0;
    content: "";
    left: -1px;
    position: absolute;
    top: 0;
    transition: background-color .2s ease 0s;
    width: 1px
}

.overview-secondary .feature-box:last-child:after {
    display: none
}

.overview-secondary a.feature-box:hover:after {
    background-color: #f6f7f8
}

.product-overview-header {
    margin-bottom: 20px;
    overflow: hidden
}

.product-overview-header+.video-link-wrapper {
    margin-top: -20px
}

.product-overview-header+.video-link-wrapper a {
    position: relative;
    text-decoration: none
}

.product-overview-header+.video-link-wrapper a .vid-title {
    text-decoration: underline
}

.product-feature-boxes .feature-box {
    display: block;
    padding-top: 20px;
    transition: background-color .2s ease 0s
}

.product-feature-boxes .feature-box h3 {
    color: #0c51a3
}

.product-feature-boxes .feature-box h3>.ico {
    float: left;
    opacity: .5;
    transition: opacity .2s ease 0s
}

.product-feature-boxes .feature-box .text-wrapper {
    min-height: 100px
}

.product-feature-boxes .feature-box .icon-wrapper>.ico {
    margin: 0 0 20px 20px
}

.product-feature-boxes .feature-box:hover {
    background-color: #f6f7f8
}

.product-feature-boxes .feature-box:hover h3>.ico {
    opacity: 1
}

.product-feature-boxes .feature-box:hover .icon-wrapper>.ico>svg {
    fill: #0c51a3
}

.product-feature-boxes .feature-box:hover .icon-wrapper>.ico-circle:after {
    background-color: #0c51a3
}

.product-feature-boxes .feature-box:hover .icon-wrapper>.ico-circle>svg {
    fill: #fff
}

body.alias-proto #global-page-container,
body.proto-template-default #global-page-container {
    overflow: initial
}

body.alias-proto #proto-header,
body.proto-template-default #proto-header {
    border-bottom: 3px solid #f6f7f8
}

body.alias-proto #proto-header .proto-logo-container,
body.proto-template-default #proto-header .proto-logo-container {
    align-items: flex-end;
    display: flex;
    padding-bottom: 20px;
    padding-top: 20px
}

body.alias-proto #proto-nav,
body.proto-template-default #proto-nav {
    margin-bottom: 20px
}

body.alias-proto #proto-nav ul li h6.has-link a,
body.alias-proto #proto-nav ul li h6:not(.has-link),
body.alias-proto #proto-nav ul li.proto-second-level-menu-item a,
body.proto-template-default #proto-nav ul li h6.has-link a,
body.proto-template-default #proto-nav ul li h6:not(.has-link),
body.proto-template-default #proto-nav ul li.proto-second-level-menu-item a {
    border-radius: 3px;
    display: block;
    line-height: 1.875rem;
    margin-bottom: 5px;
    padding: 8px 13px;
    text-decoration: none
}

body.alias-proto #proto-nav ul li.proto-first-level-menu-item h6,
body.proto-template-default #proto-nav ul li.proto-first-level-menu-item h6 {
    font-size: 1.0625rem;
    font-weight: 600;
    text-transform: uppercase
}

body.alias-proto #proto-nav ul li.proto-first-level-menu-item h6 a,
body.proto-template-default #proto-nav ul li.proto-first-level-menu-item h6 a {
    color: #283545
}

body.alias-proto #proto-nav ul li.proto-second-level-menu-item a,
body.proto-template-default #proto-nav ul li.proto-second-level-menu-item a {
    color: #283545;
    font-size: 1.0625rem;
    font-weight: 400;
    transition: .25s cubic-bezier(.52, .01, .16, 1)
}

body.alias-proto #proto-nav ul li.proto-second-level-menu-item a:hover,
body.proto-template-default #proto-nav ul li.proto-second-level-menu-item a:hover {
    background: rgba(79, 194, 234, .1)
}

body.alias-proto #proto-nav ul:not(:last-child),
body.proto-template-default #proto-nav ul:not(:last-child) {
    border-bottom: 1px solid #ebf0f4
}

body.alias-proto #proto-nav .current,
body.proto-template-default #proto-nav .current {
    background: #e8f9ff
}

body.alias-proto .grid-container,
body.proto-template-default .grid-container {
    max-width: 1700px
}

body.alias-proto .additional-row,
body.proto-template-default .additional-row {
    padding-top: 20px
}

body.alias-proto .additional-row .content,
body.proto-template-default .additional-row .content {
    padding-left: 0;
    padding-right: 0
}

body.alias-proto #proto-content,
body.proto-template-default #proto-content {
    font-family: Cairo, Open Sans, Arial, Helvetica, Verdana, sans-serif;
    font-size: 1rem;
    line-height: 1.75rem
}

body.alias-proto #proto-content>.title,
body.proto-template-default #proto-content>.title {
    border-bottom: 1px solid #f6f7f8;
    font-weight: 300;
    padding-bottom: 20px
}

body.alias-proto #proto-content h2:not(.default),
body.proto-template-default #proto-content h2:not(.default) {
    font-weight: 600;
    margin-bottom: 15px
}

body.alias-proto #proto-content h2:not(.default):not(:first-of-type),
body.proto-template-default #proto-content h2:not(.default):not(:first-of-type) {
    padding-top: 15px
}

body.alias-proto #proto-content code:not([class]),
body.proto-template-default #proto-content code:not([class]) {
    background: #f6f7f8;
    border: 1px solid #ebf0f4;
    border-radius: 6px;
    display: inline-block;
    font: 1em Droid Sans Mono, Courier New, Courier, monospace;
    margin-bottom: .2em;
    margin-right: .2em;
    margin-top: .2em;
    padding: .2em .28em .2em .25em;
    white-space: nowrap
}

body.alias-proto #proto-content .fxcm-code pre[class*=language-]>code,
body.proto-template-default #proto-content .fxcm-code pre[class*=language-]>code {
    background-size: 4em 64px;
    border-left-width: 5px;
    font-size: 1rem;
    line-height: 2rem
}

body.alias-proto #proto-content .table-of-contents ul,
body.proto-template-default #proto-content .table-of-contents ul {
    margin-left: 0;
    margin-top: 5px
}

body.alias-proto #proto-content .table-of-contents ul li,
body.proto-template-default #proto-content .table-of-contents ul li {
    margin-left: 0;
    padding-bottom: 2px;
    padding-left: 0
}

body.alias-proto #proto-content .table-of-contents ul li a,
body.proto-template-default #proto-content .table-of-contents ul li a {
    border-radius: 3px;
    color: #283545;
    display: block;
    font-size: 14px;
    padding: 8px 14px;
    text-decoration: none;
    transition: all .2s ease
}

body.alias-proto #proto-content .table-of-contents ul li:before,
body.proto-template-default #proto-content .table-of-contents ul li:before {
    content: ""
}

body.alias-proto #proto-content .table-of-contents ul.level-one>li,
body.proto-template-default #proto-content .table-of-contents ul.level-one>li {
    margin-bottom: 2px
}

body.alias-proto #proto-content .table-of-contents ul.level-one>li>a,
body.proto-template-default #proto-content .table-of-contents ul.level-one>li>a {
    background: rgba(224, 228, 233, .5)
}

body.alias-proto #proto-content .table-of-contents ul.level-one>li>a:hover,
body.proto-template-default #proto-content .table-of-contents ul.level-one>li>a:hover {
    background: rgba(235, 240, 244, .2)
}

body.alias-proto #proto-content .table-of-contents ul.level-two>li>a,
body.proto-template-default #proto-content .table-of-contents ul.level-two>li>a {
    background: #f6f7f8;
    font-weight: 400
}

body.alias-proto #proto-content .table-of-contents ul.level-two>li>a:hover,
body.proto-template-default #proto-content .table-of-contents ul.level-two>li>a:hover {
    background: rgba(246, 247, 248, .5)
}

body.alias-proto #proto-content #palette a,
body.proto-template-default #proto-content #palette a {
    border-radius: 4px;
    color: #fff;
    display: block;
    flex: 1 1 0;
    font-size: 1.1875rem;
    padding: 10px 14px;
    text-align: center;
    text-decoration: none
}

body.alias-proto #proto-content #palette a:not(:first-child),
body.proto-template-default #proto-content #palette a:not(:first-child) {
    margin-left: 25px
}

body.alias-proto #proto-content .color-card,
body.proto-template-default #proto-content .color-card {
    box-shadow: 0 4px 8px -2px hsla(0, 0%, 70%, .002)
}

body.alias-proto #proto-content .color-card .color-block,
body.proto-template-default #proto-content .color-card .color-block {
    border-radius: 5px 5px 0 0;
    height: 135px
}

body.alias-proto #proto-content .color-card .color-details,
body.proto-template-default #proto-content .color-card .color-details {
    padding: 15px 15px 5px
}

body.alias-proto #proto-content .color-card .color-details .title,
body.proto-template-default #proto-content .color-card .color-details .title {
    font-size: 1.1875rem;
    font-weight: 600;
    line-height: 2.125rem;
    margin-bottom: 5px;
    text-transform: none
}

body.alias-proto #proto-content .color-card .color-details h5,
body.proto-template-default #proto-content .color-card .color-details h5 {
    color: #5b6a88;
    font-family: monospace, monospace;
    font-size: 1.1875rem;
    font-weight: 300;
    line-height: 1.875rem
}

body.alias-proto #proto-content .color-card .color-details h5.hex-code,
body.proto-template-default #proto-content .color-card .color-details h5.hex-code {
    margin-bottom: 5px
}

body.alias-proto #proto-content .grid-example,
body.proto-template-default #proto-content .grid-example {
    background: #f3fbfe;
    padding: 30px 0 10px
}

body.alias-proto #proto-content .grid-example .block,
body.proto-template-default #proto-content .grid-example .block {
    margin-bottom: 20px
}

body.alias-proto #proto-content .grid-example .block .row,
body.proto-template-default #proto-content .grid-example .block .row {
    background: #c1e9f8
}

body.alias-proto #proto-content .grid-example .block .width,
body.proto-template-default #proto-content .grid-example .block .width {
    background: #d8f1fa;
    display: block;
    font-family: monospace, monospace;
    margin: 20px 0;
    padding: 9px 0;
    text-align: center
}

body.alias-proto #proto-content .click-to-copy,
body.proto-template-default #proto-content .click-to-copy {
    cursor: pointer;
    display: inline-block;
    position: relative
}

body.alias-proto #proto-content .click-to-copy:before,
body.proto-template-default #proto-content .click-to-copy:before {
    border-bottom: 6px solid rgba(0, 0, 0, .9);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    height: 0;
    margin-top: 5px;
    top: 100%;
    width: 0
}

body.alias-proto #proto-content .click-to-copy:after,
body.proto-template-default #proto-content .click-to-copy:after {
    background: rgba(0, 0, 0, .9);
    border-radius: 4px;
    color: #fff;
    content: attr(data-balloon);
    font-family: monospace, monospace;
    font-size: .9375rem;
    line-height: 1.5rem;
    margin-top: 11px;
    min-height: 100%;
    padding: 5px 14px;
    top: 100%;
    white-space: nowrap
}

body.alias-proto #proto-content .click-to-copy:after,
body.alias-proto #proto-content .click-to-copy:before,
body.proto-template-default #proto-content .click-to-copy:after,
body.proto-template-default #proto-content .click-to-copy:before {
    left: 50%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    transform: translate(-50%, -10px);
    transition: all .18s ease-out .18s;
    z-index: 99
}

body.alias-proto #proto-content .click-to-copy.bounceIn:after,
body.alias-proto #proto-content .click-to-copy.bounceIn:before,
body.alias-proto #proto-content .click-to-copy:hover:after,
body.alias-proto #proto-content .click-to-copy:hover:before,
body.proto-template-default #proto-content .click-to-copy.bounceIn:after,
body.proto-template-default #proto-content .click-to-copy.bounceIn:before,
body.proto-template-default #proto-content .click-to-copy:hover:after,
body.proto-template-default #proto-content .click-to-copy:hover:before {
    display: block;
    opacity: 1;
    transform: translate(-50%)
}

body.alias-proto #proto-content .bounceIn,
body.proto-template-default #proto-content .bounceIn {
    animation-duration: 1s;
    animation-name: bounceIn
}

@keyframes bounceIn {

    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        transform: scale3d(.3, .3, .3) translateZ(0);
        z-index: 99
    }

    20% {
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        transform: scale3d(.9, .9, .9)
    }

    60% {
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        transform: scale3d(.97, .97, .97)
    }

    to {
        transform: scaleX(1) translateZ(0);
        z-index: 99
    }
}

.landing-page-only-logo .hero-wrapper,
.page-template-template-smart-tabs-banner .hero-wrapper,
.page-template-template-top-banner .hero-wrapper {
    overflow: hidden;
    padding-bottom: 35px;
    padding-top: 40px;
    position: relative
}

.landing-page-only-logo .hero-wrapper+.hero-spacer,
.page-template-template-smart-tabs-banner .hero-wrapper+.hero-spacer,
.page-template-template-top-banner .hero-wrapper+.hero-spacer {
    height: 40px
}

.landing-page-only-logo .hero-wrapper+.hero-spacer+.additional-content-rows,
.page-template-template-smart-tabs-banner .hero-wrapper+.hero-spacer+.additional-content-rows,
.page-template-template-top-banner .hero-wrapper+.hero-spacer+.additional-content-rows {
    margin-top: -40px
}

.landing-page-only-logo .hero-bg-wrapper,
.page-template-template-smart-tabs-banner .hero-bg-wrapper,
.page-template-template-top-banner .hero-bg-wrapper {
    height: 100%;
    max-width: 100%;
    position: absolute;
    top: 0
}

.landing-page-only-logo .hero-content-wrapper,
.page-template-template-smart-tabs-banner .hero-content-wrapper,
.page-template-template-top-banner .hero-content-wrapper {
    align-items: center;
    display: flex;
    min-height: 350px;
    position: relative;
    z-index: 5
}

.landing-page-only-logo.has-breadcrumbs .hero-wrapper,
.page-template-template-smart-tabs-banner.has-breadcrumbs .hero-wrapper,
.page-template-template-top-banner.has-breadcrumbs .hero-wrapper {
    padding-top: 80px
}

.landing-page-only-logo.has-breadcrumbs .hero-content-wrapper,
.page-template-template-smart-tabs-banner.has-breadcrumbs .hero-content-wrapper,
.page-template-template-top-banner.has-breadcrumbs .hero-content-wrapper {
    min-height: 310px
}

.landing-page-only-logo #site-logo {
    width: 135px
}

.landing-page-only-logo .hero-wrapper {
    padding-top: 40px !important
}

@media print {

    *,
    :after,
    :before {
        background: transparent !important;
        box-shadow: none !important;
        color: #000 !important;
        text-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    .print-txt-auto-height {
        line-height: normal !important
    }

    .print-txt-align-left {
        text-align: left !important
    }

    .print-txt-align-right {
        text-align: right !important
    }

    .print-txt-align-center {
        text-align: center !important
    }

    .print-txt-no-wrap {
        white-space: nowrap !important
    }

    .print-hide {
        display: none !important
    }

    .print-display-inline {
        display: inline !important
    }

    .print-display-inline-block {
        display: inline-block !important
    }

    .print-display-block {
        display: block !important
    }

    .print-pos-relative {
        position: relative !important
    }

    .print-pos-absolute {
        position: absolute !important
    }

    .print-pos-fixed {
        position: fixed !important
    }

    .print-pos-static {
        position: static !important
    }

    .print-clear-left {
        clear: left !important
    }

    .print-clear-right {
        clear: right !important
    }

    .print-clear-both {
        clear: both !important
    }

    .print-float-left,
    .print-floatL {
        float: left !important
    }

    .print-float-right,
    .print-floatR {
        float: right !important
    }

    .print-float-none {
        float: none !important
    }

    .print-padding-0 {
        padding: 0 !important
    }

    .print-margin-0 {
        margin: 0 !important
    }

    .print-padding-vertical-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }

    .print-margin-vertical-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }

    .print-padding-top-0 {
        padding-top: 0 !important
    }

    .print-margin-top-0 {
        margin-top: 0 !important
    }

    .print-padding-bottom-0 {
        padding-bottom: 0 !important
    }

    .print-margin-bottom-0 {
        margin-bottom: 0 !important
    }

    .print-padding-horizontal-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .print-margin-horizontal-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .print-padding-right-0 {
        padding-right: 0 !important
    }

    .print-margin-right-0 {
        margin-right: 0 !important
    }

    .print-padding-left-0 {
        padding-left: 0 !important
    }

    .print-margin-left-0 {
        margin-left: 0 !important
    }

    .print-padding-5 {
        padding: 5px !important
    }

    .print-margin-5 {
        margin: 5px !important
    }

    .print-padding-vertical-5 {
        padding-bottom: 5px !important;
        padding-top: 5px !important
    }

    .print-margin-vertical-5 {
        margin-bottom: 5px !important;
        margin-top: 5px !important
    }

    .print-padding-top-5 {
        padding-top: 5px !important
    }

    .print-margin-top-5 {
        margin-top: 5px !important
    }

    .print-padding-bottom-5 {
        padding-bottom: 5px !important
    }

    .print-margin-bottom-5 {
        margin-bottom: 5px !important
    }

    .print-padding-horizontal-5 {
        padding-left: 5px !important;
        padding-right: 5px !important
    }

    .print-margin-horizontal-5 {
        margin-left: 5px !important;
        margin-right: 5px !important
    }

    .print-padding-right-5 {
        padding-right: 5px !important
    }

    .print-margin-right-5 {
        margin-right: 5px !important
    }

    .print-padding-left-5 {
        padding-left: 5px !important
    }

    .print-margin-left-5 {
        margin-left: 5px !important
    }

    .print-padding-10 {
        padding: 10px !important
    }

    .print-margin-10 {
        margin: 10px !important
    }

    .print-padding-vertical-10 {
        padding-bottom: 10px !important;
        padding-top: 10px !important
    }

    .print-margin-vertical-10 {
        margin-bottom: 10px !important;
        margin-top: 10px !important
    }

    .print-padding-top-10 {
        padding-top: 10px !important
    }

    .print-margin-top-10 {
        margin-top: 10px !important
    }

    .print-padding-bottom-10 {
        padding-bottom: 10px !important
    }

    .print-margin-bottom-10 {
        margin-bottom: 10px !important
    }

    .print-padding-horizontal-10 {
        padding-left: 10px !important;
        padding-right: 10px !important
    }

    .print-margin-horizontal-10 {
        margin-left: 10px !important;
        margin-right: 10px !important
    }

    .print-padding-right-10 {
        padding-right: 10px !important
    }

    .print-margin-right-10 {
        margin-right: 10px !important
    }

    .print-padding-left-10 {
        padding-left: 10px !important
    }

    .print-margin-left-10 {
        margin-left: 10px !important
    }

    .print-padding-15 {
        padding: 15px !important
    }

    .print-margin-15 {
        margin: 15px !important
    }

    .print-padding-vertical-15 {
        padding-bottom: 15px !important;
        padding-top: 15px !important
    }

    .print-margin-vertical-15 {
        margin-bottom: 15px !important;
        margin-top: 15px !important
    }

    .print-padding-top-15 {
        padding-top: 15px !important
    }

    .print-margin-top-15 {
        margin-top: 15px !important
    }

    .print-padding-bottom-15 {
        padding-bottom: 15px !important
    }

    .print-margin-bottom-15 {
        margin-bottom: 15px !important
    }

    .print-padding-horizontal-15 {
        padding-left: 15px !important;
        padding-right: 15px !important
    }

    .print-margin-horizontal-15 {
        margin-left: 15px !important;
        margin-right: 15px !important
    }

    .print-padding-right-15 {
        padding-right: 15px !important
    }

    .print-margin-right-15 {
        margin-right: 15px !important
    }

    .print-padding-left-15 {
        padding-left: 15px !important
    }

    .print-margin-left-15 {
        margin-left: 15px !important
    }

    .print-padding-20 {
        padding: 20px !important
    }

    .print-margin-20 {
        margin: 20px !important
    }

    .print-padding-vertical-20 {
        padding-bottom: 20px !important;
        padding-top: 20px !important
    }

    .print-margin-vertical-20 {
        margin-bottom: 20px !important;
        margin-top: 20px !important
    }

    .print-padding-top-20 {
        padding-top: 20px !important
    }

    .print-margin-top-20 {
        margin-top: 20px !important
    }

    .print-padding-bottom-20 {
        padding-bottom: 20px !important
    }

    .print-margin-bottom-20 {
        margin-bottom: 20px !important
    }

    .print-padding-horizontal-20 {
        padding-left: 20px !important;
        padding-right: 20px !important
    }

    .print-margin-horizontal-20 {
        margin-left: 20px !important;
        margin-right: 20px !important
    }

    .print-padding-right-20 {
        padding-right: 20px !important
    }

    .print-margin-right-20 {
        margin-right: 20px !important
    }

    .print-padding-left-20 {
        padding-left: 20px !important
    }

    .print-margin-left-20 {
        margin-left: 20px !important
    }

    .print-padding-25 {
        padding: 25px !important
    }

    .print-margin-25 {
        margin: 25px !important
    }

    .print-padding-vertical-25 {
        padding-bottom: 25px !important;
        padding-top: 25px !important
    }

    .print-margin-vertical-25 {
        margin-bottom: 25px !important;
        margin-top: 25px !important
    }

    .print-padding-top-25 {
        padding-top: 25px !important
    }

    .print-margin-top-25 {
        margin-top: 25px !important
    }

    .print-padding-bottom-25 {
        padding-bottom: 25px !important
    }

    .print-margin-bottom-25 {
        margin-bottom: 25px !important
    }

    .print-padding-horizontal-25 {
        padding-left: 25px !important;
        padding-right: 25px !important
    }

    .print-margin-horizontal-25 {
        margin-left: 25px !important;
        margin-right: 25px !important
    }

    .print-padding-right-25 {
        padding-right: 25px !important
    }

    .print-margin-right-25 {
        margin-right: 25px !important
    }

    .print-padding-left-25 {
        padding-left: 25px !important
    }

    .print-margin-left-25 {
        margin-left: 25px !important
    }

    .print-padding-30 {
        padding: 30px !important
    }

    .print-margin-30 {
        margin: 30px !important
    }

    .print-padding-vertical-30 {
        padding-bottom: 30px !important;
        padding-top: 30px !important
    }

    .print-margin-vertical-30 {
        margin-bottom: 30px !important;
        margin-top: 30px !important
    }

    .print-padding-top-30 {
        padding-top: 30px !important
    }

    .print-margin-top-30 {
        margin-top: 30px !important
    }

    .print-padding-bottom-30 {
        padding-bottom: 30px !important
    }

    .print-margin-bottom-30 {
        margin-bottom: 30px !important
    }

    .print-padding-horizontal-30 {
        padding-left: 30px !important;
        padding-right: 30px !important
    }

    .print-margin-horizontal-30 {
        margin-left: 30px !important;
        margin-right: 30px !important
    }

    .print-padding-right-30 {
        padding-right: 30px !important
    }

    .print-margin-right-30 {
        margin-right: 30px !important
    }

    .print-padding-left-30 {
        padding-left: 30px !important
    }

    .print-margin-left-30 {
        margin-left: 30px !important
    }

    .print-padding-35 {
        padding: 35px !important
    }

    .print-margin-35 {
        margin: 35px !important
    }

    .print-padding-vertical-35 {
        padding-bottom: 35px !important;
        padding-top: 35px !important
    }

    .print-margin-vertical-35 {
        margin-bottom: 35px !important;
        margin-top: 35px !important
    }

    .print-padding-top-35 {
        padding-top: 35px !important
    }

    .print-margin-top-35 {
        margin-top: 35px !important
    }

    .print-padding-bottom-35 {
        padding-bottom: 35px !important
    }

    .print-margin-bottom-35 {
        margin-bottom: 35px !important
    }

    .print-padding-horizontal-35 {
        padding-left: 35px !important;
        padding-right: 35px !important
    }

    .print-margin-horizontal-35 {
        margin-left: 35px !important;
        margin-right: 35px !important
    }

    .print-padding-right-35 {
        padding-right: 35px !important
    }

    .print-margin-right-35 {
        margin-right: 35px !important
    }

    .print-padding-left-35 {
        padding-left: 35px !important
    }

    .print-margin-left-35 {
        margin-left: 35px !important
    }

    .print-padding-40 {
        padding: 40px !important
    }

    .print-margin-40 {
        margin: 40px !important
    }

    .print-padding-vertical-40 {
        padding-bottom: 40px !important;
        padding-top: 40px !important
    }

    .print-margin-vertical-40 {
        margin-bottom: 40px !important;
        margin-top: 40px !important
    }

    .print-padding-top-40 {
        padding-top: 40px !important
    }

    .print-margin-top-40 {
        margin-top: 40px !important
    }

    .print-padding-bottom-40 {
        padding-bottom: 40px !important
    }

    .print-margin-bottom-40 {
        margin-bottom: 40px !important
    }

    .print-padding-horizontal-40 {
        padding-left: 40px !important;
        padding-right: 40px !important
    }

    .print-margin-horizontal-40 {
        margin-left: 40px !important;
        margin-right: 40px !important
    }

    .print-padding-right-40 {
        padding-right: 40px !important
    }

    .print-margin-right-40 {
        margin-right: 40px !important
    }

    .print-padding-left-40 {
        padding-left: 40px !important
    }

    .print-margin-left-40 {
        margin-left: 40px !important
    }

    .print-padding-45 {
        padding: 45px !important
    }

    .print-margin-45 {
        margin: 45px !important
    }

    .print-padding-vertical-45 {
        padding-bottom: 45px !important;
        padding-top: 45px !important
    }

    .print-margin-vertical-45 {
        margin-bottom: 45px !important;
        margin-top: 45px !important
    }

    .print-padding-top-45 {
        padding-top: 45px !important
    }

    .print-margin-top-45 {
        margin-top: 45px !important
    }

    .print-padding-bottom-45 {
        padding-bottom: 45px !important
    }

    .print-margin-bottom-45 {
        margin-bottom: 45px !important
    }

    .print-padding-horizontal-45 {
        padding-left: 45px !important;
        padding-right: 45px !important
    }

    .print-margin-horizontal-45 {
        margin-left: 45px !important;
        margin-right: 45px !important
    }

    .print-padding-right-45 {
        padding-right: 45px !important
    }

    .print-margin-right-45 {
        margin-right: 45px !important
    }

    .print-padding-left-45 {
        padding-left: 45px !important
    }

    .print-margin-left-45 {
        margin-left: 45px !important
    }

    .print-padding-50 {
        padding: 50px !important
    }

    .print-margin-50 {
        margin: 50px !important
    }

    .print-padding-vertical-50 {
        padding-bottom: 50px !important;
        padding-top: 50px !important
    }

    .print-margin-vertical-50 {
        margin-bottom: 50px !important;
        margin-top: 50px !important
    }

    .print-padding-top-50 {
        padding-top: 50px !important
    }

    .print-margin-top-50 {
        margin-top: 50px !important
    }

    .print-padding-bottom-50 {
        padding-bottom: 50px !important
    }

    .print-margin-bottom-50 {
        margin-bottom: 50px !important
    }

    .print-padding-horizontal-50 {
        padding-left: 50px !important;
        padding-right: 50px !important
    }

    .print-margin-horizontal-50 {
        margin-left: 50px !important;
        margin-right: 50px !important
    }

    .print-padding-right-50 {
        padding-right: 50px !important
    }

    .print-margin-right-50 {
        margin-right: 50px !important
    }

    .print-padding-left-50 {
        padding-left: 50px !important
    }

    .print-margin-left-50 {
        margin-left: 50px !important
    }

    .mobile-hide {
        display: none
    }

    .print-bdr-none {
        border: 0
    }

    .print-bdr-top-none {
        border-top: 0
    }

    .print-bdr-bottom-none {
        border-bottom: 0
    }

    .print-bdr-right-none {
        border-right: 0
    }

    .print-bdr-left-none {
        border-left: 0
    }

    .print-no-shadow {
        box-shadow: none
    }

    table {
        border: 1px solid #e0e4e9
    }

    table thead tr {
        border: none !important
    }

    table tbody tr:not(.section-title) {
        border: 1px solid #e0e4e9 !important
    }

    table td,
    table th {
        border: none !important
    }

    .print-grid-100 {
        clear: both;
        float: none;
        left: 0;
        width: 100%
    }

    .print-grid-center {
        display: block;
        float: none;
        margin-left: auto;
        margin-right: auto
    }

    .print-grid-flush {
        padding-left: 0;
        padding-right: 0
    }

    .print-full-bleed {
        float: none;
        margin-left: -20px;
        margin-right: -20px;
        width: auto
    }

    .tablet-pull-10,
    .tablet-pull-100,
    .tablet-pull-15,
    .tablet-pull-20,
    .tablet-pull-25,
    .tablet-pull-30,
    .tablet-pull-33,
    .tablet-pull-35,
    .tablet-pull-40,
    .tablet-pull-45,
    .tablet-pull-50,
    .tablet-pull-55,
    .tablet-pull-60,
    .tablet-pull-65,
    .tablet-pull-66,
    .tablet-pull-70,
    .tablet-pull-75,
    .tablet-pull-80,
    .tablet-pull-85,
    .tablet-pull-90,
    .tablet-push-10,
    .tablet-push-100,
    .tablet-push-15,
    .tablet-push-20,
    .tablet-push-25,
    .tablet-push-30,
    .tablet-push-33,
    .tablet-push-35,
    .tablet-push-40,
    .tablet-push-45,
    .tablet-push-50,
    .tablet-push-55,
    .tablet-push-60,
    .tablet-push-65,
    .tablet-push-66,
    .tablet-push-70,
    .tablet-push-75,
    .tablet-push-80,
    .tablet-push-85,
    .tablet-push-90 {
        position: relative
    }

    .grid-10,
    .grid-100,
    .grid-15,
    .grid-20,
    .grid-25,
    .grid-30,
    .grid-33,
    .grid-35,
    .grid-40,
    .grid-45,
    .grid-50,
    .grid-55,
    .grid-60,
    .grid-65,
    .grid-66,
    .grid-70,
    .grid-75,
    .grid-80,
    .grid-85,
    .grid-90 {
        left: 0;
        width: 100%
    }

    .tablet-grid-10,
    .tablet-grid-100,
    .tablet-grid-15,
    .tablet-grid-20,
    .tablet-grid-25,
    .tablet-grid-30,
    .tablet-grid-33,
    .tablet-grid-35,
    .tablet-grid-40,
    .tablet-grid-45,
    .tablet-grid-50,
    .tablet-grid-55,
    .tablet-grid-60,
    .tablet-grid-65,
    .tablet-grid-66,
    .tablet-grid-70,
    .tablet-grid-75,
    .tablet-grid-80,
    .tablet-grid-85,
    .tablet-grid-90 {
        clear: none;
        float: left;
        padding-left: 20px;
        padding-right: 20px
    }

    .v-aligner.print-unalign {
        display: block
    }

    .footer-sitemap,
    .hero-wrapper .hero-bg-wrapper img,
    aside {
        display: none
    }
}

@media screen and (max-width:599px) {
    ul.list-inline-pipes li {
        display: block;
        float: none
    }

    ul.list-inline-pipes li:after {
        display: none
    }

    .h1,
    h1 {
        font-size: 1.75rem;
        line-height: 2.6875rem
    }

    .h2,
    h2 {
        font-size: 1.25rem;
        line-height: 2.0625rem
    }

    .h3,
    .h4,
    h3,
    h4 {
        font-weight: 600
    }

    ol,
    ul {
        margin-left: 5px
    }

    .lead-in {
        font-size: .9375rem;
        line-height: 1.75rem
    }

    .mobile-txt-10 {
        font-size: .625rem !important;
        line-height: 1.1875rem !important
    }

    .mobile-txt-11 {
        font-size: .6875rem !important;
        line-height: 1.25rem !important
    }

    .mobile-txt-12 {
        font-size: .75rem !important;
        line-height: 1.3125rem !important
    }

    .mobile-txt-13 {
        font-size: .8125rem !important;
        line-height: 1.375rem !important
    }

    .mobile-txt-14 {
        font-size: .875rem !important;
        line-height: 1.4375rem !important
    }

    .mobile-txt-15 {
        font-size: .9375rem !important;
        line-height: 1.625rem !important
    }

    .mobile-txt-16 {
        font-size: 1rem !important;
        line-height: 1.6875rem !important
    }

    .mobile-txt-17 {
        font-size: 1.0625rem !important;
        line-height: 1.75rem !important
    }

    .mobile-txt-18 {
        font-size: 1.125rem !important;
        line-height: 1.8125rem !important
    }

    .mobile-txt-19 {
        font-size: 1.1875rem !important;
        line-height: 1.875rem !important
    }

    .mobile-txt-20 {
        font-size: 1.25rem !important;
        line-height: 2.0625rem !important
    }

    .mobile-txt-21 {
        font-size: 1.3125rem !important;
        line-height: 2.125rem !important
    }

    .mobile-txt-25 {
        font-size: 1.5625rem !important;
        line-height: 2.375rem !important
    }

    .mobile-txt-30 {
        font-size: 1.875rem !important;
        line-height: 2.6875rem !important
    }

    .mobile-txt-auto-height {
        line-height: normal !important
    }

    .mobile-txt-align-left {
        text-align: left !important
    }

    .mobile-txt-align-right {
        text-align: right !important
    }

    .mobile-txt-align-center {
        text-align: center !important
    }

    .mobile-txt-no-wrap {
        white-space: nowrap !important
    }

    .mobile-hide {
        display: none !important
    }

    .mobile-display-inline {
        display: inline !important
    }

    .mobile-display-inline-block {
        display: inline-block !important
    }

    .mobile-display-block {
        display: block !important
    }

    .mobile-pos-relative {
        position: relative !important
    }

    .mobile-pos-absolute {
        position: absolute !important
    }

    .mobile-pos-fixed {
        position: fixed !important
    }

    .mobile-pos-static {
        position: static !important
    }

    .mobile-clear-left {
        clear: left !important
    }

    .mobile-clear-right {
        clear: right !important
    }

    .mobile-clear-both {
        clear: both !important
    }

    .mobile-float-left,
    .mobile-floatL {
        float: left !important
    }

    .mobile-float-right,
    .mobile-floatR {
        float: right !important
    }

    .mobile-float-none {
        float: none !important
    }

    .mobile-padding-0 {
        padding: 0 !important
    }

    .mobile-margin-0 {
        margin: 0 !important
    }

    .mobile-padding-vertical-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }

    .mobile-margin-vertical-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }

    .mobile-padding-top-0 {
        padding-top: 0 !important
    }

    .mobile-margin-top-0 {
        margin-top: 0 !important
    }

    .mobile-padding-bottom-0 {
        padding-bottom: 0 !important
    }

    .mobile-margin-bottom-0 {
        margin-bottom: 0 !important
    }

    .mobile-padding-horizontal-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .mobile-margin-horizontal-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .mobile-padding-right-0 {
        padding-right: 0 !important
    }

    .mobile-margin-right-0 {
        margin-right: 0 !important
    }

    .mobile-padding-left-0 {
        padding-left: 0 !important
    }

    .mobile-margin-left-0 {
        margin-left: 0 !important
    }

    .mobile-padding-5 {
        padding: 5px !important
    }

    .mobile-margin-5 {
        margin: 5px !important
    }

    .mobile-padding-vertical-5 {
        padding-bottom: 5px !important;
        padding-top: 5px !important
    }

    .mobile-margin-vertical-5 {
        margin-bottom: 5px !important;
        margin-top: 5px !important
    }

    .mobile-padding-top-5 {
        padding-top: 5px !important
    }

    .mobile-margin-top-5 {
        margin-top: 5px !important
    }

    .mobile-padding-bottom-5 {
        padding-bottom: 5px !important
    }

    .mobile-margin-bottom-5 {
        margin-bottom: 5px !important
    }

    .mobile-padding-horizontal-5 {
        padding-left: 5px !important;
        padding-right: 5px !important
    }

    .mobile-margin-horizontal-5 {
        margin-left: 5px !important;
        margin-right: 5px !important
    }

    .mobile-padding-right-5 {
        padding-right: 5px !important
    }

    .mobile-margin-right-5 {
        margin-right: 5px !important
    }

    .mobile-padding-left-5 {
        padding-left: 5px !important
    }

    .mobile-margin-left-5 {
        margin-left: 5px !important
    }

    .mobile-padding-10 {
        padding: 10px !important
    }

    .mobile-margin-10 {
        margin: 10px !important
    }

    .mobile-padding-vertical-10 {
        padding-bottom: 10px !important;
        padding-top: 10px !important
    }

    .mobile-margin-vertical-10 {
        margin-bottom: 10px !important;
        margin-top: 10px !important
    }

    .mobile-padding-top-10 {
        padding-top: 10px !important
    }

    .mobile-margin-top-10 {
        margin-top: 10px !important
    }

    .mobile-padding-bottom-10 {
        padding-bottom: 10px !important
    }

    .mobile-margin-bottom-10 {
        margin-bottom: 10px !important
    }

    .mobile-padding-horizontal-10 {
        padding-left: 10px !important;
        padding-right: 10px !important
    }

    .mobile-margin-horizontal-10 {
        margin-left: 10px !important;
        margin-right: 10px !important
    }

    .mobile-padding-right-10 {
        padding-right: 10px !important
    }

    .mobile-margin-right-10 {
        margin-right: 10px !important
    }

    .mobile-padding-left-10 {
        padding-left: 10px !important
    }

    .mobile-margin-left-10 {
        margin-left: 10px !important
    }

    .mobile-padding-15 {
        padding: 15px !important
    }

    .mobile-margin-15 {
        margin: 15px !important
    }

    .mobile-padding-vertical-15 {
        padding-bottom: 15px !important;
        padding-top: 15px !important
    }

    .mobile-margin-vertical-15 {
        margin-bottom: 15px !important;
        margin-top: 15px !important
    }

    .mobile-padding-top-15 {
        padding-top: 15px !important
    }

    .mobile-margin-top-15 {
        margin-top: 15px !important
    }

    .mobile-padding-bottom-15 {
        padding-bottom: 15px !important
    }

    .mobile-margin-bottom-15 {
        margin-bottom: 15px !important
    }

    .mobile-padding-horizontal-15 {
        padding-left: 15px !important;
        padding-right: 15px !important
    }

    .mobile-margin-horizontal-15 {
        margin-left: 15px !important;
        margin-right: 15px !important
    }

    .mobile-padding-right-15 {
        padding-right: 15px !important
    }

    .mobile-margin-right-15 {
        margin-right: 15px !important
    }

    .mobile-padding-left-15 {
        padding-left: 15px !important
    }

    .mobile-margin-left-15 {
        margin-left: 15px !important
    }

    .mobile-padding-20 {
        padding: 20px !important
    }

    .mobile-margin-20 {
        margin: 20px !important
    }

    .mobile-padding-vertical-20 {
        padding-bottom: 20px !important;
        padding-top: 20px !important
    }

    .mobile-margin-vertical-20 {
        margin-bottom: 20px !important;
        margin-top: 20px !important
    }

    .mobile-padding-top-20 {
        padding-top: 20px !important
    }

    .mobile-margin-top-20 {
        margin-top: 20px !important
    }

    .mobile-padding-bottom-20 {
        padding-bottom: 20px !important
    }

    .mobile-margin-bottom-20 {
        margin-bottom: 20px !important
    }

    .mobile-padding-horizontal-20 {
        padding-left: 20px !important;
        padding-right: 20px !important
    }

    .mobile-margin-horizontal-20 {
        margin-left: 20px !important;
        margin-right: 20px !important
    }

    .mobile-padding-right-20 {
        padding-right: 20px !important
    }

    .mobile-margin-right-20 {
        margin-right: 20px !important
    }

    .mobile-padding-left-20 {
        padding-left: 20px !important
    }

    .mobile-margin-left-20 {
        margin-left: 20px !important
    }

    .mobile-padding-25 {
        padding: 25px !important
    }

    .mobile-margin-25 {
        margin: 25px !important
    }

    .mobile-padding-vertical-25 {
        padding-bottom: 25px !important;
        padding-top: 25px !important
    }

    .mobile-margin-vertical-25 {
        margin-bottom: 25px !important;
        margin-top: 25px !important
    }

    .mobile-padding-top-25 {
        padding-top: 25px !important
    }

    .mobile-margin-top-25 {
        margin-top: 25px !important
    }

    .mobile-padding-bottom-25 {
        padding-bottom: 25px !important
    }

    .mobile-margin-bottom-25 {
        margin-bottom: 25px !important
    }

    .mobile-padding-horizontal-25 {
        padding-left: 25px !important;
        padding-right: 25px !important
    }

    .mobile-margin-horizontal-25 {
        margin-left: 25px !important;
        margin-right: 25px !important
    }

    .mobile-padding-right-25 {
        padding-right: 25px !important
    }

    .mobile-margin-right-25 {
        margin-right: 25px !important
    }

    .mobile-padding-left-25 {
        padding-left: 25px !important
    }

    .mobile-margin-left-25 {
        margin-left: 25px !important
    }

    .mobile-padding-30 {
        padding: 30px !important
    }

    .mobile-margin-30 {
        margin: 30px !important
    }

    .mobile-padding-vertical-30 {
        padding-bottom: 30px !important;
        padding-top: 30px !important
    }

    .mobile-margin-vertical-30 {
        margin-bottom: 30px !important;
        margin-top: 30px !important
    }

    .mobile-padding-top-30 {
        padding-top: 30px !important
    }

    .mobile-margin-top-30 {
        margin-top: 30px !important
    }

    .mobile-padding-bottom-30 {
        padding-bottom: 30px !important
    }

    .mobile-margin-bottom-30 {
        margin-bottom: 30px !important
    }

    .mobile-padding-horizontal-30 {
        padding-left: 30px !important;
        padding-right: 30px !important
    }

    .mobile-margin-horizontal-30 {
        margin-left: 30px !important;
        margin-right: 30px !important
    }

    .mobile-padding-right-30 {
        padding-right: 30px !important
    }

    .mobile-margin-right-30 {
        margin-right: 30px !important
    }

    .mobile-padding-left-30 {
        padding-left: 30px !important
    }

    .mobile-margin-left-30 {
        margin-left: 30px !important
    }

    .mobile-padding-35 {
        padding: 35px !important
    }

    .mobile-margin-35 {
        margin: 35px !important
    }

    .mobile-padding-vertical-35 {
        padding-bottom: 35px !important;
        padding-top: 35px !important
    }

    .mobile-margin-vertical-35 {
        margin-bottom: 35px !important;
        margin-top: 35px !important
    }

    .mobile-padding-top-35 {
        padding-top: 35px !important
    }

    .mobile-margin-top-35 {
        margin-top: 35px !important
    }

    .mobile-padding-bottom-35 {
        padding-bottom: 35px !important
    }

    .mobile-margin-bottom-35 {
        margin-bottom: 35px !important
    }

    .mobile-padding-horizontal-35 {
        padding-left: 35px !important;
        padding-right: 35px !important
    }

    .mobile-margin-horizontal-35 {
        margin-left: 35px !important;
        margin-right: 35px !important
    }

    .mobile-padding-right-35 {
        padding-right: 35px !important
    }

    .mobile-margin-right-35 {
        margin-right: 35px !important
    }

    .mobile-padding-left-35 {
        padding-left: 35px !important
    }

    .mobile-margin-left-35 {
        margin-left: 35px !important
    }

    .mobile-padding-40 {
        padding: 40px !important
    }

    .mobile-margin-40 {
        margin: 40px !important
    }

    .mobile-padding-vertical-40 {
        padding-bottom: 40px !important;
        padding-top: 40px !important
    }

    .mobile-margin-vertical-40 {
        margin-bottom: 40px !important;
        margin-top: 40px !important
    }

    .mobile-padding-top-40 {
        padding-top: 40px !important
    }

    .mobile-margin-top-40 {
        margin-top: 40px !important
    }

    .mobile-padding-bottom-40 {
        padding-bottom: 40px !important
    }

    .mobile-margin-bottom-40 {
        margin-bottom: 40px !important
    }

    .mobile-padding-horizontal-40 {
        padding-left: 40px !important;
        padding-right: 40px !important
    }

    .mobile-margin-horizontal-40 {
        margin-left: 40px !important;
        margin-right: 40px !important
    }

    .mobile-padding-right-40 {
        padding-right: 40px !important
    }

    .mobile-margin-right-40 {
        margin-right: 40px !important
    }

    .mobile-padding-left-40 {
        padding-left: 40px !important
    }

    .mobile-margin-left-40 {
        margin-left: 40px !important
    }

    .mobile-padding-45 {
        padding: 45px !important
    }

    .mobile-margin-45 {
        margin: 45px !important
    }

    .mobile-padding-vertical-45 {
        padding-bottom: 45px !important;
        padding-top: 45px !important
    }

    .mobile-margin-vertical-45 {
        margin-bottom: 45px !important;
        margin-top: 45px !important
    }

    .mobile-padding-top-45 {
        padding-top: 45px !important
    }

    .mobile-margin-top-45 {
        margin-top: 45px !important
    }

    .mobile-padding-bottom-45 {
        padding-bottom: 45px !important
    }

    .mobile-margin-bottom-45 {
        margin-bottom: 45px !important
    }

    .mobile-padding-horizontal-45 {
        padding-left: 45px !important;
        padding-right: 45px !important
    }

    .mobile-margin-horizontal-45 {
        margin-left: 45px !important;
        margin-right: 45px !important
    }

    .mobile-padding-right-45 {
        padding-right: 45px !important
    }

    .mobile-margin-right-45 {
        margin-right: 45px !important
    }

    .mobile-padding-left-45 {
        padding-left: 45px !important
    }

    .mobile-margin-left-45 {
        margin-left: 45px !important
    }

    .mobile-padding-50 {
        padding: 50px !important
    }

    .mobile-margin-50 {
        margin: 50px !important
    }

    .mobile-padding-vertical-50 {
        padding-bottom: 50px !important;
        padding-top: 50px !important
    }

    .mobile-margin-vertical-50 {
        margin-bottom: 50px !important;
        margin-top: 50px !important
    }

    .mobile-padding-top-50 {
        padding-top: 50px !important
    }

    .mobile-margin-top-50 {
        margin-top: 50px !important
    }

    .mobile-padding-bottom-50 {
        padding-bottom: 50px !important
    }

    .mobile-margin-bottom-50 {
        margin-bottom: 50px !important
    }

    .mobile-padding-horizontal-50 {
        padding-left: 50px !important;
        padding-right: 50px !important
    }

    .mobile-margin-horizontal-50 {
        margin-left: 50px !important;
        margin-right: 50px !important
    }

    .mobile-padding-right-50 {
        padding-right: 50px !important
    }

    .mobile-margin-right-50 {
        margin-right: 50px !important
    }

    .mobile-padding-left-50 {
        padding-left: 50px !important
    }

    .mobile-margin-left-50 {
        margin-left: 50px !important
    }

    #awards-row .award {
        min-width: 50%
    }

    .has-bg {
        margin-left: -20px !important;
        margin-right: -20px !important
    }

    .bg-rounded,
    .bg-rounded:before {
        border-radius: 0
    }

    .bg-bordered:before {
        border-left: none;
        border-right: none;
        box-shadow: none;
        content: ""
    }

    .bio img {
        max-width: 100px
    }

    .bio h4 {
        margin-bottom: 20px
    }

    .mobile-bdr-none {
        border: 0
    }

    .mobile-bdr-top-none {
        border-top: 0
    }

    .mobile-bdr-bottom-none {
        border-bottom: 0
    }

    .mobile-bdr-right-none {
        border-right: 0
    }

    .mobile-bdr-left-none {
        border-left: 0
    }

    .mobile-inner-shadow-top {
        box-shadow: inset 0 16px 15px -16px rgba(91, 106, 136, .35);
        padding-top: 20px
    }

    .mobile-inner-shadow-sm-top {
        box-shadow: inset 0 8px 7px -8px rgba(91, 106, 136, .35);
        padding-top: 20px
    }

    .mobile-inner-shadow-bottom {
        box-shadow: inset 0 -16px 15px -16px rgba(91, 106, 136, .35)
    }

    .mobile-inner-shadow-bottom:after {
        clear: both;
        content: "";
        display: block;
        height: 1px;
        width: 100%
    }

    .mobile-inner-shadow-sm-bottom {
        box-shadow: inset 0 -8px 7px -8px rgba(91, 106, 136, .35)
    }

    .mobile-inner-shadow-sm-bottom:after {
        clear: both;
        content: "";
        display: block;
        height: 1px;
        width: 100%
    }

    .mobile-inner-shadow-right {
        box-shadow: inset -16px 0 15px -16px rgba(91, 106, 136, .35);
        padding-right: 20px
    }

    .mobile-inner-shadow-sm-right {
        box-shadow: inset -8px 0 7px -8px rgba(91, 106, 136, .35);
        padding-right: 20px
    }

    .mobile-inner-shadow-left {
        box-shadow: inset 16px 0 15px -16px rgba(91, 106, 136, .35);
        padding-left: 20px
    }

    .mobile-inner-shadow-sm-left {
        box-shadow: inset 8px 0 7px -8px rgba(91, 106, 136, .35);
        padding-left: 20px
    }

    .mobile-no-shadow {
        box-shadow: none
    }

    .btn-cta {
        font-size: 1.25rem;
        line-height: 1.9375rem;
        margin-left: 20px;
        margin-right: 20px;
        width: calc(100% - 40px)
    }

    .esma-disclaimer #collapse-toggle {
        background-color: #1c242e;
        border-bottom: 2px solid #fff;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        border-left: 2px solid #fff;
        border-right: 2px solid #fff;
        cursor: pointer;
        display: block;
        height: 15px;
        left: 50%;
        padding: 0 15px;
        position: absolute;
        transform: translateX(-50%)
    }

    .esma-disclaimer .toggle-arrow {
        display: block;
        margin-top: -7px;
        transform: scaleY(.6)
    }

    .esma-disclaimer.collapsed .esma-desktop-expanded {
        display: none
    }

    .esma-disclaimer.collapsed .esma-mobile-collapsed {
        display: block
    }

    .esma-disclaimer.collapsed .toggle-arrow i {
        transform: rotate(180deg)
    }

    .faqs.round-thumbnail .expandable-pair dt.question {
        padding: 15px 50px 15px 20px
    }

    .faqs.round-thumbnail .expandable-pair dt.question .question-thumbnail {
        flex: 0 0 30px
    }

    .faqs.round-thumbnail .expandable-pair dt.question h4 {
        font-size: 1rem;
        line-height: 1.5625rem
    }

    .faqs.round-thumbnail .expandable-pair dt.question .toggle-set-icon {
        right: 35px
    }

    .faqs.round-thumbnail .expandable-pair dt.question .toggle-set-icon:after,
    .faqs.round-thumbnail .expandable-pair dt.question .toggle-set-icon:before {
        height: 2px;
        width: 12px
    }

    .faqs.round-thumbnail .expandable-pair dt.question.open {
        border-bottom: 1px solid #f6f7f8
    }

    .faqs.round-thumbnail .expandable-pair dd.open {
        padding: 15px 20px 10px
    }

    body.rtl .faqs.round-thumbnail .expandable-pair dt.question {
        padding: 15px 20px 15px 50px
    }

    body.rtl .faqs.round-thumbnail .expandable-pair dt.question .toggle-set-icon {
        left: auto;
        right: 35px
    }

    .flag-title {
        white-space: nowrap
    }

    .form .slider {
        width: calc(70% - 20px)
    }

    .form .slider+input {
        max-width: 30%
    }

    .form .form-cell.field-type-checkbox,
    .form .form-cell.field-type-radio {
        padding-top: 10px
    }

    .form .form-cell.field-type-tel input[data-phone-code] {
        width: 25%
    }

    .form .form-cell.field-type-tel input[data-phone-number] {
        width: 70%
    }

    .check-list li label:first-child,
    .radio-list li label:first-child {
        margin-right: 30%
    }

    .check-list.yes-no:after,
    .check-list.yes-no:before,
    .radio-list.yes-no:after,
    .radio-list.yes-no:before {
        width: 12%
    }

    .check-list.yes-no:after,
    .radio-list.yes-no:after {
        right: 12%
    }

    .check-list.yes-no li input[type=checkbox]:last-child,
    .check-list.yes-no li input[type=radio]:last-child,
    .radio-list.yes-no li input[type=checkbox]:last-child,
    .radio-list.yes-no li input[type=radio]:last-child {
        right: 6%
    }

    .check-list.yes-no li input[type=checkbox]:nth-last-child(2),
    .check-list.yes-no li input[type=radio]:nth-last-child(2),
    .radio-list.yes-no li input[type=checkbox]:nth-last-child(2),
    .radio-list.yes-no li input[type=radio]:nth-last-child(2) {
        right: 18%
    }

    .geo-popup .geo-logo {
        margin-bottom: 25px
    }

    .insight-block {
        height: auto;
        margin-bottom: 20px
    }

    .insight-block .cat-icon-wrapper {
        right: 10px;
        top: 10px
    }

    .insight-block .cat-icon-wrapper .cat-icon .ico {
        height: 30px;
        width: 30px
    }

    .insight-block header.post-header {
        height: auto
    }

    .insight-block .post-title {
        margin-top: 50px;
        position: relative
    }

    .insight-block .post-tags {
        bottom: auto;
        margin-bottom: 20px;
        padding: 0;
        position: relative;
        right: auto
    }

    .basicLightbox__placeholder {
        max-width: calc(100% - 20px);
        width: 100%
    }

    .basicLightbox__placeholder .basic-lightbox-modal {
        max-height: calc(100vh - 100px)
    }

    .basicLightbox:after,
    .basicLightbox:before {
        right: 10px;
        top: 10px
    }

    .smart-toggle-tabs:after {
        position: relative;
        top: -1px
    }

    .smart-toggle-tabs li {
        margin: 0;
        position: relative;
        z-index: 100
    }

    .smart-toggle-tabs li>a.toggle {
        text-align: center
    }

    .smart-toggle-tabs li>a.toggle .ico {
        margin-right: 0
    }

    .smart-toggle-tabs li>a.open .ico svg {
        fill: #283545
    }

    .smart-toggle-tabs.tab-bg.tab-bg-grey li.open,
    .smart-toggle-tabs.tab-bg.tab-bg-grey li:after {
        background-color: #fff !important
    }

    .smart-toggle-tabs.tab-bg.tab-bg-grey li.open {
        border-left: 1px solid #b2bfd0;
        border-right: 1px solid #b2bfd0;
        border-top: 1px solid #b2bfd0
    }

    .smart-tabs-group.tab-bg.tab-bg-grey .smart-tab,
    .smart-toggle-tabs.tab-bg.tab-bg-grey li>a.toggle.open,
    .smart-toggle-tabs.tab-bg.tab-bg-grey li>a.toggle:after {
        background-color: #fff
    }

    .smart-toggle-tabs.clean li {
        border-bottom: 1px solid #8799ae
    }

    .smart-toggle-tabs.clean.mobile-v-tabs li {
        border-bottom: 1px solid #f6f7f8;
        display: block;
        margin: 0;
        text-align: center;
        width: 100%
    }

    .smart-toggle-tabs.clean.mobile-v-tabs li a.open {
        background-color: #283545;
        color: #fff
    }

    .smart-toggle-tabs.clean.mobile-v-tabs li a.open.toggle .ico svg {
        fill: #fff
    }

    .smart-toggle-tabs.clean.mobile-v-tabs li a.open:before,
    .smart-toggle-tabs.clean.mobile-v-tabs:before {
        border: none
    }

    .smart-toggle-tabs.clean.mobile-v-tabs:after {
        background-color: transparent
    }

    .table-wrap.mobile-cards {
        text-align: left
    }

    .table-wrap.mobile-cards table tbody tr {
        display: block;
        margin-bottom: 20px
    }

    .table-wrap.mobile-cards table tbody tr td {
        background-color: #f6f7f8;
        padding-left: 20px;
        padding-right: 20px
    }

    .table-wrap.mobile-cards table tbody tr td[data-title]:before {
        content: attr(data-title) " ";
        display: inline;
        font-weight: 600;
        text-transform: uppercase
    }

    .table-wrap.mobile-cards table tbody tr td>.ico {
        margin-left: 10px
    }

    .table-wrap.mobile-cards table tbody tr td:empty {
        display: none
    }

    .table-wrap.mobile-cards table tbody tr td,
    .table-wrap.mobile-cards table tbody tr th {
        border: none !important;
        display: block;
        width: 100% !important
    }

    .table-wrap.mobile-cards table tbody tr.section-title {
        background-color: #fff;
        margin-bottom: 0;
        margin-top: 20px
    }

    .table-wrap.mobile-cards table tbody tr.section-title th {
        background: none;
        overflow: hidden;
        padding-top: 0
    }

    .table-wrap.mobile-cards table tbody tr.section-title th :after {
        background-color: #0c51a3
    }

    .table-wrap.mobile-cards table tbody tr.section-title th h3 {
        margin-bottom: 10px
    }

    .table-wrap.mobile-cards table tbody tr.section-title th:empty {
        display: none
    }

    .table-wrap.mobile-cards table tbody tr:last-child {
        margin-bottom: 0
    }

    .table-wrap.mobile-cards table tbody tr:after {
        clear: both;
        content: "";
        display: none
    }

    .table-wrap.mobile-cards table tbody:first-of-type tr.section-title {
        margin-top: 0
    }

    .table-wrap.mobile-cards table tbody:not(.section-title) td:empty {
        display: none
    }

    .table-wrap.mobile-cards:not(.no-row-keys) table tr:not(.section-title) td:first-of-type,
    .table-wrap.mobile-cards:not(.no-row-keys) table tr:not(.section-title) th:first-of-type {
        padding-left: 20px
    }

    .table-wrap.mobile-cards:not(.no-row-keys) table tbody tr:not(.section-title) td:first-of-type {
        background-color: #e0e4e9;
        color: #5b6a88;
        font-weight: 700;
        text-transform: uppercase
    }

    .table-wrap.mobile-cards:not(.no-row-keys) table tbody tr:not(.section-title) td:first-of-type:before {
        display: none
    }

    .table-wrap.mobile-cards:not(.no-row-keys).col-group2 table tr:not(.section-title) td:nth-of-type(3),
    .table-wrap.mobile-cards:not(.no-row-keys).col-group2 table tr:not(.section-title) th:nth-of-type(3),
    .table-wrap.mobile-cards:not(.no-row-keys).col-group3 table tr:not(.section-title) td:nth-of-type(3),
    .table-wrap.mobile-cards:not(.no-row-keys).col-group3 table tr:not(.section-title) th:nth-of-type(3) {
        padding-left: 20px
    }

    .table-wrap.mobile-cards:not(.no-row-keys).col-group2 table tbody tr:not(.section-title) td:nth-of-type(3),
    .table-wrap.mobile-cards:not(.no-row-keys).col-group3 table tbody tr:not(.section-title) td:nth-of-type(3) {
        background-color: #e0e4e9;
        color: #5b6a88;
        font-weight: 700;
        text-transform: uppercase
    }

    .table-wrap.mobile-cards:not(.no-row-keys).col-group2 table tbody tr:not(.section-title) td:nth-of-type(3):before,
    .table-wrap.mobile-cards:not(.no-row-keys).col-group3 table tbody tr:not(.section-title) td:nth-of-type(3):before {
        display: none
    }

    .table-wrap.mobile-cards:not(.no-row-keys).col-group3 table tr:not(.section-title) td:nth-of-type(5),
    .table-wrap.mobile-cards:not(.no-row-keys).col-group3 table tr:not(.section-title) th:nth-of-type(5) {
        padding-left: 20px
    }

    .table-wrap.mobile-cards:not(.no-row-keys).col-group3 table tbody tr:not(.section-title) td:nth-of-type(5) {
        background-color: #e0e4e9;
        color: #5b6a88;
        font-weight: 700;
        text-transform: uppercase
    }

    .table-wrap.mobile-cards:not(.no-row-keys).col-group3 table tbody tr:not(.section-title) td:nth-of-type(5):before {
        display: none
    }

    .table-wrap.mobile-cards.col-group2 table tbody tr:not(.section-title) td:nth-of-type(2n),
    .table-wrap.mobile-cards.col-group3 table tbody tr:not(.section-title) td:nth-of-type(2n) {
        background-color: #ebf0f4;
        margin-bottom: 20px
    }

    .table-wrap.mobile-cards .section-multi-title th,
    .table-wrap.mobile-cards table thead {
        display: none
    }

    .table-wrap.mobile-cards.cards-flush table tbody tr,
    .table-wrap.mobile-cards.cards-flush table tbody tr td {
        margin-bottom: 0 !important
    }

    .table-wrap.mobile-cards.mobile-section-title-hide .section-title {
        display: none
    }

    body.rtl .table-wrap.mobile-cards table tbody tr td[data-title]:before {
        content: ""
    }

    body.rtl .table-wrap.mobile-cards table tbody tr td[data-title]:after {
        content: attr(data-title) " ";
        display: inline;
        font-weight: 600;
        text-transform: uppercase
    }

    .mobile-pull-10,
    .mobile-pull-100,
    .mobile-pull-15,
    .mobile-pull-20,
    .mobile-pull-25,
    .mobile-pull-30,
    .mobile-pull-33,
    .mobile-pull-35,
    .mobile-pull-40,
    .mobile-pull-45,
    .mobile-pull-50,
    .mobile-pull-55,
    .mobile-pull-60,
    .mobile-pull-65,
    .mobile-pull-66,
    .mobile-pull-70,
    .mobile-pull-75,
    .mobile-pull-80,
    .mobile-pull-85,
    .mobile-pull-90,
    .mobile-push-10,
    .mobile-push-100,
    .mobile-push-15,
    .mobile-push-20,
    .mobile-push-25,
    .mobile-push-30,
    .mobile-push-33,
    .mobile-push-35,
    .mobile-push-40,
    .mobile-push-45,
    .mobile-push-50,
    .mobile-push-55,
    .mobile-push-60,
    .mobile-push-65,
    .mobile-push-66,
    .mobile-push-70,
    .mobile-push-75,
    .mobile-push-80,
    .mobile-push-85,
    .mobile-push-90 {
        position: relative
    }

    .grid-10,
    .grid-100,
    .grid-15,
    .grid-20,
    .grid-25,
    .grid-30,
    .grid-33,
    .grid-35,
    .grid-40,
    .grid-45,
    .grid-50,
    .grid-55,
    .grid-60,
    .grid-65,
    .grid-66,
    .grid-70,
    .grid-75,
    .grid-80,
    .grid-85,
    .grid-90 {
        left: 0;
        width: 100%
    }

    .mobile-grid-10,
    .mobile-grid-100,
    .mobile-grid-15,
    .mobile-grid-20,
    .mobile-grid-25,
    .mobile-grid-30,
    .mobile-grid-33,
    .mobile-grid-35,
    .mobile-grid-40,
    .mobile-grid-45,
    .mobile-grid-50,
    .mobile-grid-55,
    .mobile-grid-60,
    .mobile-grid-65,
    .mobile-grid-66,
    .mobile-grid-70,
    .mobile-grid-75,
    .mobile-grid-80,
    .mobile-grid-85,
    .mobile-grid-90 {
        clear: none;
        float: left;
        padding-left: 20px;
        padding-right: 20px
    }

    .mobile-grid-30 {
        width: 30%
    }

    .mobile-push-30 {
        left: 30%
    }

    .mobile-pull-30 {
        left: -30%
    }

    .mobile-prefix-30 {
        margin-left: 30%
    }

    .mobile-suffix-30 {
        margin-right: 30%
    }

    .mobile-grid-33 {
        width: 33.3333%
    }

    .mobile-push-33 {
        left: 33.3333%
    }

    .mobile-pull-33 {
        left: -33.3333%
    }

    .mobile-prefix-33 {
        margin-left: 33.3333%
    }

    .mobile-suffix-33 {
        margin-right: 33.3333%
    }

    .mobile-grid-35 {
        width: 35%
    }

    .mobile-push-35 {
        left: 35%
    }

    .mobile-pull-35 {
        left: -35%
    }

    .mobile-prefix-35 {
        margin-left: 35%
    }

    .mobile-suffix-35 {
        margin-right: 35%
    }

    .mobile-grid-40 {
        width: 40%
    }

    .mobile-push-40 {
        left: 40%
    }

    .mobile-pull-40 {
        left: -40%
    }

    .mobile-prefix-40 {
        margin-left: 40%
    }

    .mobile-suffix-40 {
        margin-right: 40%
    }

    .mobile-grid-45 {
        width: 45%
    }

    .mobile-push-45 {
        left: 45%
    }

    .mobile-pull-45 {
        left: -45%
    }

    .mobile-prefix-45 {
        margin-left: 45%
    }

    .mobile-suffix-45 {
        margin-right: 45%
    }

    .mobile-grid-50 {
        width: 50%
    }

    .mobile-push-50 {
        left: 50%
    }

    .mobile-pull-50 {
        left: -50%
    }

    .mobile-prefix-50 {
        margin-left: 50%
    }

    .mobile-suffix-50 {
        margin-right: 50%
    }

    .mobile-grid-55 {
        width: 55%
    }

    .mobile-push-55 {
        left: 55%
    }

    .mobile-pull-55 {
        left: -55%
    }

    .mobile-prefix-55 {
        margin-left: 55%
    }

    .mobile-suffix-55 {
        margin-right: 55%
    }

    .mobile-grid-60 {
        width: 60%
    }

    .mobile-push-60 {
        left: 60%
    }

    .mobile-pull-60 {
        left: -60%
    }

    .mobile-prefix-60 {
        margin-left: 60%
    }

    .mobile-suffix-60 {
        margin-right: 60%
    }

    .mobile-grid-65 {
        width: 65%
    }

    .mobile-push-65 {
        left: 65%
    }

    .mobile-pull-65 {
        left: -65%
    }

    .mobile-prefix-65 {
        margin-left: 65%
    }

    .mobile-suffix-65 {
        margin-right: 65%
    }

    .mobile-grid-66 {
        width: 66.6666%
    }

    .mobile-push-66 {
        left: 66.6666%
    }

    .mobile-pull-66 {
        left: -66.6666%
    }

    .mobile-prefix-66 {
        margin-left: 66.6666%
    }

    .mobile-suffix-66 {
        margin-right: 66.6666%
    }

    .mobile-grid-70 {
        width: 70%
    }

    .mobile-push-70 {
        left: 70%
    }

    .mobile-pull-70 {
        left: -70%
    }

    .mobile-prefix-70 {
        margin-left: 70%
    }

    .mobile-suffix-70 {
        margin-right: 70%
    }

    .mobile-full-bleed {
        border-left: none !important;
        border-right: none !important
    }

    .mobile-grid-100 {
        clear: both;
        float: none;
        left: 0;
        width: 100%
    }

    .mobile-grid-center {
        display: block;
        float: none;
        margin-left: auto;
        margin-right: auto
    }

    .mobile-grid-flush {
        padding-left: 0;
        padding-right: 0
    }

    .mobile-full-bleed {
        float: none;
        margin-left: -20px;
        margin-right: -20px;
        width: auto
    }

    .v-aligner.mobile-unalign {
        display: block
    }

    .content-icon-row {
        margin: 0
    }

    #footnotes table td a {
        overflow-wrap: anywhere
    }

    #main-nav-mobile-back {
        background-color: hsla(0, 0%, 100%, .05);
        cursor: pointer;
        height: 0;
        opacity: 0;
        overflow: hidden;
        position: absolute;
        right: 0;
        top: 0;
        transform: translateZ(0);
        transition: opacity .4s ease 0s, right .4s ease 0s;
        width: 100%;
        z-index: 20
    }

    #main-nav-mobile-back>span {
        display: block;
        left: 100%;
        line-height: 1.9375rem;
        padding: 0 20px;
        position: absolute;
        top: 15px;
        white-space: nowrap
    }

    #breadcrumbs-nav ul>li.level-2 {
        display: none
    }

    #breadcrumbs-nav ul>li.level-1 {
        padding-left: 0 !important
    }

    body.main-nav-group-selected #main-nav-mobile-back {
        height: 9999px;
        opacity: 1;
        overflow: visible;
        right: 300px
    }

    body.global-header-minimized #global-header .header-persistent-wrapper {
        margin: 10px 0
    }

    .default-risk-disclaimer {
        background-color: #f6f7f8;
        border-top: 1px solid #ebf0f4;
        padding-top: 20px
    }

    #vueCountrySelect #country-select-list {
        max-height: 350px
    }

    #mc .search-form {
        border-width: 2px
    }

    #mc .search-form>.search-field {
        font-size: .875rem;
        height: 40px;
        line-height: 1.4375rem;
        padding: 1px 1px 3px 10px;
        width: 100%
    }

    #mc .search-form>.search-submit {
        padding: 10px;
        position: absolute;
        right: 0;
        top: 0
    }

    #mc .search-form .results-found {
        margin-bottom: 30px
    }

    .spacious #main-post-content {
        margin-top: -10px
    }

    .spacious .additional-row {
        padding-top: 30px
    }

    .spacious #main-post-content .h2,
    .spacious #main-post-content h2,
    .spacious .additional-row .h2,
    .spacious .additional-row h2 {
        font-size: 1.875rem;
        line-height: 2.5rem;
        margin-bottom: 15px
    }

    .spacious #main-post-content h3,
    .spacious .additional-row h3 {
        font-size: 1.125rem;
        line-height: 1.75rem;
        margin-bottom: 10px
    }

    .spacious #main-post-content p.lead-in,
    .spacious .additional-row p.lead-in {
        font-size: 1rem;
        line-height: 1.875rem
    }

    .single-insight .single-insight-content .insight-main-content h1 {
        font-size: 2.125rem;
        line-height: 2.625rem
    }

    .single-insight .single-insight-content .insight-main-content ol,
    .single-insight .single-insight-content .insight-main-content p,
    .single-insight .single-insight-content .insight-main-content table,
    .single-insight .single-insight-content .insight-main-content ul {
        margin-top: 20px
    }

    .single-insight .single-insight-content .insight-main-content ol+h2,
    .single-insight .single-insight-content .insight-main-content p+h2,
    .single-insight .single-insight-content .insight-main-content ul+h2 {
        margin-top: 40px
    }

    .single-insight .insight-body-content .bio-block {
        display: block;
        font-size: 1rem;
        line-height: 1.8125rem;
        padding: 30px
    }

    .single-insight .insight-body-content .bio-block h4 {
        margin-top: 20px
    }

    .single-insight .insight-body-content .bio-block .bio-description {
        -webkit-line-clamp: 7;
        height: 13em
    }

    .single-insight .insight-body-content .bio-block p {
        margin-top: 0
    }

    .single-insight .insight-body-content .bio-block .view-profile {
        margin-top: 20px
    }

    .page-template-template-top-banner .insights-hero {
        font-size: .9375rem;
        line-height: 1.5rem
    }

    .page-template-template-top-banner .insights-hero .featured-prefix {
        font-size: 1.3125rem;
        line-height: 1.875rem
    }

    .page-template-template-top-banner .insights-hero h1 {
        font-size: 1.9375rem;
        line-height: 2.5rem;
        text-shadow: 2px 2px 0 rgba(40, 53, 69, .5)
    }

    .page-template-template-top-banner .insights-hero .post-tags {
        font-size: .6875rem;
        margin-bottom: 25px
    }

    .page-template-template-top-banner .insights-hero .post-tags li .post-tag-link {
        padding: 0 10px
    }

    .page-template-template-top-banner .insights-hero.is-feature .cat-icon-wrapper,
    .page-template-template-top-banner .insights-hero.is-single .cat-icon-wrapper {
        display: none
    }

    .single-instrument h1 {
        margin-bottom: 10px
    }

    .single-instrument .exchange-market-hours {
        font-family: Cairo, Open Sans, Arial, Helvetica, Verdana, sans-serif;
        font-size: 1rem;
        font-weight: 600;
        line-height: 1.875rem
    }

    .single-instrument #instrument-toggle-tabs {
        display: flex;
        flex-flow: row
    }

    .single-instrument #instrument-toggle-tabs>li {
        margin: 0;
        width: 100%
    }

    .single-instrument #instrument-toggle-tabs>li>a {
        align-items: center;
        display: flex;
        height: 100%;
        justify-content: center
    }

    .single-instrument #instrument-toggle-tabs:after {
        display: none
    }

    .overview-hero .intro h2 {
        font-size: 1rem;
        line-height: 1.6875rem
    }

    .section-overview .feature-box h3>.ico {
        height: 15px;
        margin-top: 4px;
        width: 15px
    }

    .overview-primary .feature-box {
        margin-bottom: 20px
    }

    .overview-secondary .feature-box:after {
        bottom: -1px;
        height: 1px;
        left: 0;
        top: auto;
        width: 100%
    }

    .landing-page-only-logo .hero-content-wrapper,
    .page-template-template-smart-tabs-banner .hero-content-wrapper,
    .page-template-template-top-banner .hero-content-wrapper {
        min-height: 0 !important
    }

    .landing-page-only-logo .hero-wrapper {
        padding-top: 25px !important
    }
}

@media screen and (min-width:600px) and (max-width:1099px) {
    .tablet-txt-10 {
        font-size: .625rem !important;
        line-height: 1.1875rem !important
    }

    .tablet-txt-11 {
        font-size: .6875rem !important;
        line-height: 1.25rem !important
    }

    .tablet-txt-12 {
        font-size: .75rem !important;
        line-height: 1.3125rem !important
    }

    .tablet-txt-13 {
        font-size: .8125rem !important;
        line-height: 1.375rem !important
    }

    .tablet-txt-14 {
        font-size: .875rem !important;
        line-height: 1.4375rem !important
    }

    .tablet-txt-15 {
        font-size: .9375rem !important;
        line-height: 1.625rem !important
    }

    .tablet-txt-16 {
        font-size: 1rem !important;
        line-height: 1.6875rem !important
    }

    .tablet-txt-17 {
        font-size: 1.0625rem !important;
        line-height: 1.75rem !important
    }

    .tablet-txt-18 {
        font-size: 1.125rem !important;
        line-height: 1.8125rem !important
    }

    .tablet-txt-19 {
        font-size: 1.1875rem !important;
        line-height: 1.875rem !important
    }

    .tablet-txt-20 {
        font-size: 1.25rem !important;
        line-height: 2.0625rem !important
    }

    .tablet-txt-21 {
        font-size: 1.3125rem !important;
        line-height: 2.125rem !important
    }

    .tablet-txt-25 {
        font-size: 1.5625rem !important;
        line-height: 2.375rem !important
    }

    .tablet-txt-30 {
        font-size: 1.875rem !important;
        line-height: 2.6875rem !important
    }

    .tablet-txt-auto-height {
        line-height: normal !important
    }

    .tablet-txt-align-left {
        text-align: left !important
    }

    .tablet-txt-align-right {
        text-align: right !important
    }

    .tablet-txt-align-center {
        text-align: center !important
    }

    .tablet-txt-no-wrap {
        white-space: nowrap !important
    }

    .tablet-hide {
        display: none !important
    }

    .tablet-display-inline {
        display: inline !important
    }

    .tablet-display-inline-block {
        display: inline-block !important
    }

    .tablet-display-block {
        display: block !important
    }

    .tablet-pos-relative {
        position: relative !important
    }

    .tablet-pos-absolute {
        position: absolute !important
    }

    .tablet-pos-fixed {
        position: fixed !important
    }

    .tablet-pos-static {
        position: static !important
    }

    .tablet-clear-left {
        clear: left !important
    }

    .tablet-clear-right {
        clear: right !important
    }

    .tablet-clear-both {
        clear: both !important
    }

    .tablet-float-left,
    .tablet-floatL {
        float: left !important
    }

    .tablet-float-right,
    .tablet-floatR {
        float: right !important
    }

    .tablet-float-none {
        float: none !important
    }

    .tablet-padding-0 {
        padding: 0 !important
    }

    .tablet-margin-0 {
        margin: 0 !important
    }

    .tablet-padding-vertical-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }

    .tablet-margin-vertical-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }

    .tablet-padding-top-0 {
        padding-top: 0 !important
    }

    .tablet-margin-top-0 {
        margin-top: 0 !important
    }

    .tablet-padding-bottom-0 {
        padding-bottom: 0 !important
    }

    .tablet-margin-bottom-0 {
        margin-bottom: 0 !important
    }

    .tablet-padding-horizontal-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .tablet-margin-horizontal-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .tablet-padding-right-0 {
        padding-right: 0 !important
    }

    .tablet-margin-right-0 {
        margin-right: 0 !important
    }

    .tablet-padding-left-0 {
        padding-left: 0 !important
    }

    .tablet-margin-left-0 {
        margin-left: 0 !important
    }

    .tablet-padding-5 {
        padding: 5px !important
    }

    .tablet-margin-5 {
        margin: 5px !important
    }

    .tablet-padding-vertical-5 {
        padding-bottom: 5px !important;
        padding-top: 5px !important
    }

    .tablet-margin-vertical-5 {
        margin-bottom: 5px !important;
        margin-top: 5px !important
    }

    .tablet-padding-top-5 {
        padding-top: 5px !important
    }

    .tablet-margin-top-5 {
        margin-top: 5px !important
    }

    .tablet-padding-bottom-5 {
        padding-bottom: 5px !important
    }

    .tablet-margin-bottom-5 {
        margin-bottom: 5px !important
    }

    .tablet-padding-horizontal-5 {
        padding-left: 5px !important;
        padding-right: 5px !important
    }

    .tablet-margin-horizontal-5 {
        margin-left: 5px !important;
        margin-right: 5px !important
    }

    .tablet-padding-right-5 {
        padding-right: 5px !important
    }

    .tablet-margin-right-5 {
        margin-right: 5px !important
    }

    .tablet-padding-left-5 {
        padding-left: 5px !important
    }

    .tablet-margin-left-5 {
        margin-left: 5px !important
    }

    .tablet-padding-10 {
        padding: 10px !important
    }

    .tablet-margin-10 {
        margin: 10px !important
    }

    .tablet-padding-vertical-10 {
        padding-bottom: 10px !important;
        padding-top: 10px !important
    }

    .tablet-margin-vertical-10 {
        margin-bottom: 10px !important;
        margin-top: 10px !important
    }

    .tablet-padding-top-10 {
        padding-top: 10px !important
    }

    .tablet-margin-top-10 {
        margin-top: 10px !important
    }

    .tablet-padding-bottom-10 {
        padding-bottom: 10px !important
    }

    .tablet-margin-bottom-10 {
        margin-bottom: 10px !important
    }

    .tablet-padding-horizontal-10 {
        padding-left: 10px !important;
        padding-right: 10px !important
    }

    .tablet-margin-horizontal-10 {
        margin-left: 10px !important;
        margin-right: 10px !important
    }

    .tablet-padding-right-10 {
        padding-right: 10px !important
    }

    .tablet-margin-right-10 {
        margin-right: 10px !important
    }

    .tablet-padding-left-10 {
        padding-left: 10px !important
    }

    .tablet-margin-left-10 {
        margin-left: 10px !important
    }

    .tablet-padding-15 {
        padding: 15px !important
    }

    .tablet-margin-15 {
        margin: 15px !important
    }

    .tablet-padding-vertical-15 {
        padding-bottom: 15px !important;
        padding-top: 15px !important
    }

    .tablet-margin-vertical-15 {
        margin-bottom: 15px !important;
        margin-top: 15px !important
    }

    .tablet-padding-top-15 {
        padding-top: 15px !important
    }

    .tablet-margin-top-15 {
        margin-top: 15px !important
    }

    .tablet-padding-bottom-15 {
        padding-bottom: 15px !important
    }

    .tablet-margin-bottom-15 {
        margin-bottom: 15px !important
    }

    .tablet-padding-horizontal-15 {
        padding-left: 15px !important;
        padding-right: 15px !important
    }

    .tablet-margin-horizontal-15 {
        margin-left: 15px !important;
        margin-right: 15px !important
    }

    .tablet-padding-right-15 {
        padding-right: 15px !important
    }

    .tablet-margin-right-15 {
        margin-right: 15px !important
    }

    .tablet-padding-left-15 {
        padding-left: 15px !important
    }

    .tablet-margin-left-15 {
        margin-left: 15px !important
    }

    .tablet-padding-20 {
        padding: 20px !important
    }

    .tablet-margin-20 {
        margin: 20px !important
    }

    .tablet-padding-vertical-20 {
        padding-bottom: 20px !important;
        padding-top: 20px !important
    }

    .tablet-margin-vertical-20 {
        margin-bottom: 20px !important;
        margin-top: 20px !important
    }

    .tablet-padding-top-20 {
        padding-top: 20px !important
    }

    .tablet-margin-top-20 {
        margin-top: 20px !important
    }

    .tablet-padding-bottom-20 {
        padding-bottom: 20px !important
    }

    .tablet-margin-bottom-20 {
        margin-bottom: 20px !important
    }

    .tablet-padding-horizontal-20 {
        padding-left: 20px !important;
        padding-right: 20px !important
    }

    .tablet-margin-horizontal-20 {
        margin-left: 20px !important;
        margin-right: 20px !important
    }

    .tablet-padding-right-20 {
        padding-right: 20px !important
    }

    .tablet-margin-right-20 {
        margin-right: 20px !important
    }

    .tablet-padding-left-20 {
        padding-left: 20px !important
    }

    .tablet-margin-left-20 {
        margin-left: 20px !important
    }

    .tablet-padding-25 {
        padding: 25px !important
    }

    .tablet-margin-25 {
        margin: 25px !important
    }

    .tablet-padding-vertical-25 {
        padding-bottom: 25px !important;
        padding-top: 25px !important
    }

    .tablet-margin-vertical-25 {
        margin-bottom: 25px !important;
        margin-top: 25px !important
    }

    .tablet-padding-top-25 {
        padding-top: 25px !important
    }

    .tablet-margin-top-25 {
        margin-top: 25px !important
    }

    .tablet-padding-bottom-25 {
        padding-bottom: 25px !important
    }

    .tablet-margin-bottom-25 {
        margin-bottom: 25px !important
    }

    .tablet-padding-horizontal-25 {
        padding-left: 25px !important;
        padding-right: 25px !important
    }

    .tablet-margin-horizontal-25 {
        margin-left: 25px !important;
        margin-right: 25px !important
    }

    .tablet-padding-right-25 {
        padding-right: 25px !important
    }

    .tablet-margin-right-25 {
        margin-right: 25px !important
    }

    .tablet-padding-left-25 {
        padding-left: 25px !important
    }

    .tablet-margin-left-25 {
        margin-left: 25px !important
    }

    .tablet-padding-30 {
        padding: 30px !important
    }

    .tablet-margin-30 {
        margin: 30px !important
    }

    .tablet-padding-vertical-30 {
        padding-bottom: 30px !important;
        padding-top: 30px !important
    }

    .tablet-margin-vertical-30 {
        margin-bottom: 30px !important;
        margin-top: 30px !important
    }

    .tablet-padding-top-30 {
        padding-top: 30px !important
    }

    .tablet-margin-top-30 {
        margin-top: 30px !important
    }

    .tablet-padding-bottom-30 {
        padding-bottom: 30px !important
    }

    .tablet-margin-bottom-30 {
        margin-bottom: 30px !important
    }

    .tablet-padding-horizontal-30 {
        padding-left: 30px !important;
        padding-right: 30px !important
    }

    .tablet-margin-horizontal-30 {
        margin-left: 30px !important;
        margin-right: 30px !important
    }

    .tablet-padding-right-30 {
        padding-right: 30px !important
    }

    .tablet-margin-right-30 {
        margin-right: 30px !important
    }

    .tablet-padding-left-30 {
        padding-left: 30px !important
    }

    .tablet-margin-left-30 {
        margin-left: 30px !important
    }

    .tablet-padding-35 {
        padding: 35px !important
    }

    .tablet-margin-35 {
        margin: 35px !important
    }

    .tablet-padding-vertical-35 {
        padding-bottom: 35px !important;
        padding-top: 35px !important
    }

    .tablet-margin-vertical-35 {
        margin-bottom: 35px !important;
        margin-top: 35px !important
    }

    .tablet-padding-top-35 {
        padding-top: 35px !important
    }

    .tablet-margin-top-35 {
        margin-top: 35px !important
    }

    .tablet-padding-bottom-35 {
        padding-bottom: 35px !important
    }

    .tablet-margin-bottom-35 {
        margin-bottom: 35px !important
    }

    .tablet-padding-horizontal-35 {
        padding-left: 35px !important;
        padding-right: 35px !important
    }

    .tablet-margin-horizontal-35 {
        margin-left: 35px !important;
        margin-right: 35px !important
    }

    .tablet-padding-right-35 {
        padding-right: 35px !important
    }

    .tablet-margin-right-35 {
        margin-right: 35px !important
    }

    .tablet-padding-left-35 {
        padding-left: 35px !important
    }

    .tablet-margin-left-35 {
        margin-left: 35px !important
    }

    .tablet-padding-40 {
        padding: 40px !important
    }

    .tablet-margin-40 {
        margin: 40px !important
    }

    .tablet-padding-vertical-40 {
        padding-bottom: 40px !important;
        padding-top: 40px !important
    }

    .tablet-margin-vertical-40 {
        margin-bottom: 40px !important;
        margin-top: 40px !important
    }

    .tablet-padding-top-40 {
        padding-top: 40px !important
    }

    .tablet-margin-top-40 {
        margin-top: 40px !important
    }

    .tablet-padding-bottom-40 {
        padding-bottom: 40px !important
    }

    .tablet-margin-bottom-40 {
        margin-bottom: 40px !important
    }

    .tablet-padding-horizontal-40 {
        padding-left: 40px !important;
        padding-right: 40px !important
    }

    .tablet-margin-horizontal-40 {
        margin-left: 40px !important;
        margin-right: 40px !important
    }

    .tablet-padding-right-40 {
        padding-right: 40px !important
    }

    .tablet-margin-right-40 {
        margin-right: 40px !important
    }

    .tablet-padding-left-40 {
        padding-left: 40px !important
    }

    .tablet-margin-left-40 {
        margin-left: 40px !important
    }

    .tablet-padding-45 {
        padding: 45px !important
    }

    .tablet-margin-45 {
        margin: 45px !important
    }

    .tablet-padding-vertical-45 {
        padding-bottom: 45px !important;
        padding-top: 45px !important
    }

    .tablet-margin-vertical-45 {
        margin-bottom: 45px !important;
        margin-top: 45px !important
    }

    .tablet-padding-top-45 {
        padding-top: 45px !important
    }

    .tablet-margin-top-45 {
        margin-top: 45px !important
    }

    .tablet-padding-bottom-45 {
        padding-bottom: 45px !important
    }

    .tablet-margin-bottom-45 {
        margin-bottom: 45px !important
    }

    .tablet-padding-horizontal-45 {
        padding-left: 45px !important;
        padding-right: 45px !important
    }

    .tablet-margin-horizontal-45 {
        margin-left: 45px !important;
        margin-right: 45px !important
    }

    .tablet-padding-right-45 {
        padding-right: 45px !important
    }

    .tablet-margin-right-45 {
        margin-right: 45px !important
    }

    .tablet-padding-left-45 {
        padding-left: 45px !important
    }

    .tablet-margin-left-45 {
        margin-left: 45px !important
    }

    .tablet-padding-50 {
        padding: 50px !important
    }

    .tablet-margin-50 {
        margin: 50px !important
    }

    .tablet-padding-vertical-50 {
        padding-bottom: 50px !important;
        padding-top: 50px !important
    }

    .tablet-margin-vertical-50 {
        margin-bottom: 50px !important;
        margin-top: 50px !important
    }

    .tablet-padding-top-50 {
        padding-top: 50px !important
    }

    .tablet-margin-top-50 {
        margin-top: 50px !important
    }

    .tablet-padding-bottom-50 {
        padding-bottom: 50px !important
    }

    .tablet-margin-bottom-50 {
        margin-bottom: 50px !important
    }

    .tablet-padding-horizontal-50 {
        padding-left: 50px !important;
        padding-right: 50px !important
    }

    .tablet-margin-horizontal-50 {
        margin-left: 50px !important;
        margin-right: 50px !important
    }

    .tablet-padding-right-50 {
        padding-right: 50px !important
    }

    .tablet-margin-right-50 {
        margin-right: 50px !important
    }

    .tablet-padding-left-50 {
        padding-left: 50px !important
    }

    .tablet-margin-left-50 {
        margin-left: 50px !important
    }

    #awards-row .award {
        min-width: 33.333%
    }

    .tablet-bdr-none {
        border: 0
    }

    .tablet-bdr-top-none {
        border-top: 0
    }

    .tablet-bdr-bottom-none {
        border-bottom: 0
    }

    .tablet-bdr-right-none {
        border-right: 0
    }

    .tablet-bdr-left-none {
        border-left: 0
    }

    .tablet-inner-shadow-top {
        box-shadow: inset 0 16px 15px -16px rgba(91, 106, 136, .35);
        padding-top: 20px
    }

    .tablet-inner-shadow-sm-top {
        box-shadow: inset 0 8px 7px -8px rgba(91, 106, 136, .35);
        padding-top: 20px
    }

    .tablet-inner-shadow-bottom {
        box-shadow: inset 0 -16px 15px -16px rgba(91, 106, 136, .35)
    }

    .tablet-inner-shadow-bottom:after {
        clear: both;
        content: "";
        display: block;
        height: 1px;
        width: 100%
    }

    .tablet-inner-shadow-sm-bottom {
        box-shadow: inset 0 -8px 7px -8px rgba(91, 106, 136, .35)
    }

    .tablet-inner-shadow-sm-bottom:after {
        clear: both;
        content: "";
        display: block;
        height: 1px;
        width: 100%
    }

    .tablet-inner-shadow-right {
        box-shadow: inset -16px 0 15px -16px rgba(91, 106, 136, .35);
        padding-right: 20px
    }

    .tablet-inner-shadow-sm-right {
        box-shadow: inset -8px 0 7px -8px rgba(91, 106, 136, .35);
        padding-right: 20px
    }

    .tablet-inner-shadow-left {
        box-shadow: inset 16px 0 15px -16px rgba(91, 106, 136, .35);
        padding-left: 20px
    }

    .tablet-inner-shadow-sm-left {
        box-shadow: inset 8px 0 7px -8px rgba(91, 106, 136, .35);
        padding-left: 20px
    }

    .tablet-no-shadow {
        box-shadow: none
    }

    .check-list li label:first-child,
    .radio-list li label:first-child {
        margin-right: 20%
    }

    .check-list.yes-no:after,
    .check-list.yes-no:before,
    .radio-list.yes-no:after,
    .radio-list.yes-no:before {
        width: 8%
    }

    .check-list.yes-no:after,
    .radio-list.yes-no:after {
        right: 8%
    }

    .check-list.yes-no li input[type=checkbox]:last-child,
    .check-list.yes-no li input[type=radio]:last-child,
    .radio-list.yes-no li input[type=checkbox]:last-child,
    .radio-list.yes-no li input[type=radio]:last-child {
        right: 4%
    }

    .check-list.yes-no li input[type=checkbox]:nth-last-child(2),
    .check-list.yes-no li input[type=radio]:nth-last-child(2),
    .radio-list.yes-no li input[type=checkbox]:nth-last-child(2),
    .radio-list.yes-no li input[type=radio]:nth-last-child(2) {
        right: 12%
    }

    .basicLightbox__placeholder {
        max-width: 560px;
        width: 100%
    }

    .basicLightbox__placeholder .basic-lightbox-modal {
        max-height: calc(100vh - 100px)
    }

    .smart-toggle-tabs li {
        float: left;
        margin-right: 0
    }

    .smart-toggle-tabs li>a.toggle {
        clear: both;
        display: block;
        float: left;
        width: 100%
    }

    .smart-toggle-tabs li>a.toggle .ico {
        display: block;
        float: left;
        margin-right: 20px;
        position: relative;
        top: 3px
    }

    .smart-toggle-tabs.clean li.open {
        background-color: transparent
    }

    .smart-toggle-tabs.clean.tablet-v-tabs li {
        border-bottom: 1px solid #f6f7f8;
        display: block;
        margin: 0;
        text-align: center;
        width: 100%
    }

    .smart-toggle-tabs.clean.tablet-v-tabs li a.open {
        background-color: #283545;
        color: #fff
    }

    .smart-toggle-tabs.clean.tablet-v-tabs li a.open.toggle .ico svg {
        fill: #fff
    }

    .smart-toggle-tabs.clean.tablet-v-tabs li a.open:before,
    .smart-toggle-tabs.clean.tablet-v-tabs:before {
        border: none
    }

    .smart-toggle-tabs.clean.tablet-v-tabs:after {
        background-color: transparent
    }

    .table-wrap.tablet-small-titles table tbody tr.section-title th h3,
    .table-wrap.tablet-small-titles table thead tr {
        font-size: .8125rem
    }

    .table-wrap.tablet-small-titles table tbody tr.section-title.section-multi-title th {
        font-size: .75rem
    }

    .table-wrap.tablet-small-titles table tbody tr.section-title td:first-of-type {
        font-size: .8125rem;
        line-height: 1.375rem
    }

    .table-wrap.tablet-cards {
        text-align: left
    }

    .table-wrap.tablet-cards table tbody tr {
        display: block;
        margin-bottom: 20px
    }

    .table-wrap.tablet-cards table tbody tr td {
        background-color: #f6f7f8;
        padding-left: 20px;
        padding-right: 20px
    }

    .table-wrap.tablet-cards table tbody tr td[data-title]:before {
        content: attr(data-title) " ";
        display: inline;
        font-weight: 600;
        text-transform: uppercase
    }

    .table-wrap.tablet-cards table tbody tr td>.ico {
        margin-left: 10px
    }

    .table-wrap.tablet-cards table tbody tr td:empty {
        display: none
    }

    .table-wrap.tablet-cards table tbody tr td,
    .table-wrap.tablet-cards table tbody tr th {
        border: none !important;
        display: block;
        width: 100% !important
    }

    .table-wrap.tablet-cards table tbody tr.section-title {
        background-color: #fff;
        margin-bottom: 0;
        margin-top: 20px
    }

    .table-wrap.tablet-cards table tbody tr.section-title th {
        background: none;
        overflow: hidden;
        padding-top: 0
    }

    .table-wrap.tablet-cards table tbody tr.section-title th :after {
        background-color: #0c51a3
    }

    .table-wrap.tablet-cards table tbody tr.section-title th h3 {
        margin-bottom: 10px
    }

    .table-wrap.tablet-cards table tbody tr.section-title th:empty {
        display: none
    }

    .table-wrap.tablet-cards table tbody tr:last-child {
        margin-bottom: 0
    }

    .table-wrap.tablet-cards table tbody tr:after {
        clear: both;
        content: "";
        display: none
    }

    .table-wrap.tablet-cards table tbody:first-of-type tr.section-title {
        margin-top: 0
    }

    .table-wrap.tablet-cards table tbody:not(.section-title) td:empty {
        display: none
    }

    .table-wrap.tablet-cards:not(.no-row-keys) table tr:not(.section-title) td:first-of-type,
    .table-wrap.tablet-cards:not(.no-row-keys) table tr:not(.section-title) th:first-of-type {
        padding-left: 20px
    }

    .table-wrap.tablet-cards:not(.no-row-keys) table tbody tr:not(.section-title) td:first-of-type {
        background-color: #e0e4e9;
        color: #5b6a88;
        font-weight: 700;
        text-transform: uppercase
    }

    .table-wrap.tablet-cards:not(.no-row-keys) table tbody tr:not(.section-title) td:first-of-type:before {
        display: none
    }

    .table-wrap.tablet-cards:not(.no-row-keys).col-group2 table tr:not(.section-title) td:nth-of-type(3),
    .table-wrap.tablet-cards:not(.no-row-keys).col-group2 table tr:not(.section-title) th:nth-of-type(3),
    .table-wrap.tablet-cards:not(.no-row-keys).col-group3 table tr:not(.section-title) td:nth-of-type(3),
    .table-wrap.tablet-cards:not(.no-row-keys).col-group3 table tr:not(.section-title) th:nth-of-type(3) {
        padding-left: 20px
    }

    .table-wrap.tablet-cards:not(.no-row-keys).col-group2 table tbody tr:not(.section-title) td:nth-of-type(3),
    .table-wrap.tablet-cards:not(.no-row-keys).col-group3 table tbody tr:not(.section-title) td:nth-of-type(3) {
        background-color: #e0e4e9;
        color: #5b6a88;
        font-weight: 700;
        text-transform: uppercase
    }

    .table-wrap.tablet-cards:not(.no-row-keys).col-group2 table tbody tr:not(.section-title) td:nth-of-type(3):before,
    .table-wrap.tablet-cards:not(.no-row-keys).col-group3 table tbody tr:not(.section-title) td:nth-of-type(3):before {
        display: none
    }

    .table-wrap.tablet-cards:not(.no-row-keys).col-group3 table tr:not(.section-title) td:nth-of-type(5),
    .table-wrap.tablet-cards:not(.no-row-keys).col-group3 table tr:not(.section-title) th:nth-of-type(5) {
        padding-left: 20px
    }

    .table-wrap.tablet-cards:not(.no-row-keys).col-group3 table tbody tr:not(.section-title) td:nth-of-type(5) {
        background-color: #e0e4e9;
        color: #5b6a88;
        font-weight: 700;
        text-transform: uppercase
    }

    .table-wrap.tablet-cards:not(.no-row-keys).col-group3 table tbody tr:not(.section-title) td:nth-of-type(5):before {
        display: none
    }

    .table-wrap.tablet-cards.col-group2 table tbody tr:not(.section-title) td:nth-of-type(2n),
    .table-wrap.tablet-cards.col-group3 table tbody tr:not(.section-title) td:nth-of-type(2n) {
        background-color: #ebf0f4;
        margin-bottom: 20px
    }

    .table-wrap.tablet-cards .section-multi-title th,
    .table-wrap.tablet-cards table thead {
        display: none
    }

    .table-wrap.tablet-cards.cards-flush table tbody tr,
    .table-wrap.tablet-cards.cards-flush table tbody tr td {
        margin-bottom: 0 !important
    }

    .table-wrap.tablet-cards.mobile-section-title-hide .section-title {
        display: none
    }

    body.rtl .table-wrap.tablet-cards table tbody tr td[data-title]:before {
        content: ""
    }

    body.rtl .table-wrap.tablet-cards table tbody tr td[data-title]:after {
        content: attr(data-title) " ";
        display: inline;
        font-weight: 600;
        text-transform: uppercase
    }

    .tablet-pull-10,
    .tablet-pull-100,
    .tablet-pull-15,
    .tablet-pull-20,
    .tablet-pull-25,
    .tablet-pull-30,
    .tablet-pull-33,
    .tablet-pull-35,
    .tablet-pull-40,
    .tablet-pull-45,
    .tablet-pull-50,
    .tablet-pull-55,
    .tablet-pull-60,
    .tablet-pull-65,
    .tablet-pull-66,
    .tablet-pull-70,
    .tablet-pull-75,
    .tablet-pull-80,
    .tablet-pull-85,
    .tablet-pull-90,
    .tablet-push-10,
    .tablet-push-100,
    .tablet-push-15,
    .tablet-push-20,
    .tablet-push-25,
    .tablet-push-30,
    .tablet-push-33,
    .tablet-push-35,
    .tablet-push-40,
    .tablet-push-45,
    .tablet-push-50,
    .tablet-push-55,
    .tablet-push-60,
    .tablet-push-65,
    .tablet-push-66,
    .tablet-push-70,
    .tablet-push-75,
    .tablet-push-80,
    .tablet-push-85,
    .tablet-push-90 {
        position: relative
    }

    .grid-10,
    .grid-100,
    .grid-15,
    .grid-20,
    .grid-25,
    .grid-30,
    .grid-33,
    .grid-35,
    .grid-40,
    .grid-45,
    .grid-50,
    .grid-55,
    .grid-60,
    .grid-65,
    .grid-66,
    .grid-70,
    .grid-75,
    .grid-80,
    .grid-85,
    .grid-90 {
        left: 0;
        width: 100%
    }

    .tablet-grid-10,
    .tablet-grid-100,
    .tablet-grid-15,
    .tablet-grid-20,
    .tablet-grid-25,
    .tablet-grid-30,
    .tablet-grid-33,
    .tablet-grid-35,
    .tablet-grid-40,
    .tablet-grid-45,
    .tablet-grid-50,
    .tablet-grid-55,
    .tablet-grid-60,
    .tablet-grid-65,
    .tablet-grid-66,
    .tablet-grid-70,
    .tablet-grid-75,
    .tablet-grid-80,
    .tablet-grid-85,
    .tablet-grid-90 {
        clear: none;
        float: left;
        padding-left: 20px;
        padding-right: 20px
    }

    .tablet-grid-15 {
        width: 15%
    }

    .tablet-push-15 {
        left: 15%
    }

    .tablet-pull-15 {
        left: -15%
    }

    .tablet-prefix-15 {
        margin-left: 15%
    }

    .tablet-suffix-15 {
        margin-right: 15%
    }

    .tablet-grid-20 {
        width: 20%
    }

    .tablet-push-20 {
        left: 20%
    }

    .tablet-pull-20 {
        left: -20%
    }

    .tablet-prefix-20 {
        margin-left: 20%
    }

    .tablet-suffix-20 {
        margin-right: 20%
    }

    .tablet-grid-25 {
        width: 25%
    }

    .tablet-push-25 {
        left: 25%
    }

    .tablet-pull-25 {
        left: -25%
    }

    .tablet-prefix-25 {
        margin-left: 25%
    }

    .tablet-suffix-25 {
        margin-right: 25%
    }

    .tablet-grid-30 {
        width: 30%
    }

    .tablet-push-30 {
        left: 30%
    }

    .tablet-pull-30 {
        left: -30%
    }

    .tablet-prefix-30 {
        margin-left: 30%
    }

    .tablet-suffix-30 {
        margin-right: 30%
    }

    .tablet-grid-33 {
        width: 33.3333%
    }

    .tablet-push-33 {
        left: 33.3333%
    }

    .tablet-pull-33 {
        left: -33.3333%
    }

    .tablet-prefix-33 {
        margin-left: 33.3333%
    }

    .tablet-suffix-33 {
        margin-right: 33.3333%
    }

    .tablet-grid-35 {
        width: 35%
    }

    .tablet-push-35 {
        left: 35%
    }

    .tablet-pull-35 {
        left: -35%
    }

    .tablet-prefix-35 {
        margin-left: 35%
    }

    .tablet-suffix-35 {
        margin-right: 35%
    }

    .tablet-grid-40 {
        width: 40%
    }

    .tablet-push-40 {
        left: 40%
    }

    .tablet-pull-40 {
        left: -40%
    }

    .tablet-prefix-40 {
        margin-left: 40%
    }

    .tablet-suffix-40 {
        margin-right: 40%
    }

    .tablet-grid-45 {
        width: 45%
    }

    .tablet-push-45 {
        left: 45%
    }

    .tablet-pull-45 {
        left: -45%
    }

    .tablet-prefix-45 {
        margin-left: 45%
    }

    .tablet-suffix-45 {
        margin-right: 45%
    }

    .tablet-grid-50 {
        width: 50%
    }

    .tablet-push-50 {
        left: 50%
    }

    .tablet-pull-50 {
        left: -50%
    }

    .tablet-prefix-50 {
        margin-left: 50%
    }

    .tablet-suffix-50 {
        margin-right: 50%
    }

    .tablet-grid-55 {
        width: 55%
    }

    .tablet-push-55 {
        left: 55%
    }

    .tablet-pull-55 {
        left: -55%
    }

    .tablet-prefix-55 {
        margin-left: 55%
    }

    .tablet-suffix-55 {
        margin-right: 55%
    }

    .tablet-grid-60 {
        width: 60%
    }

    .tablet-push-60 {
        left: 60%
    }

    .tablet-pull-60 {
        left: -60%
    }

    .tablet-prefix-60 {
        margin-left: 60%
    }

    .tablet-suffix-60 {
        margin-right: 60%
    }

    .tablet-grid-65 {
        width: 65%
    }

    .tablet-push-65 {
        left: 65%
    }

    .tablet-pull-65 {
        left: -65%
    }

    .tablet-prefix-65 {
        margin-left: 65%
    }

    .tablet-suffix-65 {
        margin-right: 65%
    }

    .tablet-grid-66 {
        width: 66.6666%
    }

    .tablet-push-66 {
        left: 66.6666%
    }

    .tablet-pull-66 {
        left: -66.6666%
    }

    .tablet-prefix-66 {
        margin-left: 66.6666%
    }

    .tablet-suffix-66 {
        margin-right: 66.6666%
    }

    .tablet-grid-70 {
        width: 70%
    }

    .tablet-push-70 {
        left: 70%
    }

    .tablet-pull-70 {
        left: -70%
    }

    .tablet-prefix-70 {
        margin-left: 70%
    }

    .tablet-suffix-70 {
        margin-right: 70%
    }

    .tablet-grid-75 {
        width: 75%
    }

    .tablet-push-75 {
        left: 75%
    }

    .tablet-pull-75 {
        left: -75%
    }

    .tablet-prefix-75 {
        margin-left: 75%
    }

    .tablet-suffix-75 {
        margin-right: 75%
    }

    .tablet-grid-80 {
        width: 80%
    }

    .tablet-push-80 {
        left: 80%
    }

    .tablet-pull-80 {
        left: -80%
    }

    .tablet-prefix-80 {
        margin-left: 80%
    }

    .tablet-suffix-80 {
        margin-right: 80%
    }

    .tablet-grid-85 {
        width: 85%
    }

    .tablet-push-85 {
        left: 85%
    }

    .tablet-pull-85 {
        left: -85%
    }

    .tablet-prefix-85 {
        margin-left: 85%
    }

    .tablet-suffix-85 {
        margin-right: 85%
    }

    .tablet-grid-100 {
        clear: both;
        float: none;
        left: 0;
        width: 100%
    }

    .tablet-grid-center {
        display: block;
        float: none;
        margin-left: auto;
        margin-right: auto
    }

    .tablet-grid-flush {
        padding-left: 0;
        padding-right: 0
    }

    .tablet-full-bleed {
        float: none;
        margin-left: -20px;
        margin-right: -20px;
        width: auto
    }

    .v-aligner.tablet-unalign {
        display: block
    }

    .smart-toggle-tabs.tab-bg li>a.toggle .ico {
        margin-right: 15px
    }

    .spacious #main-post-content .h2,
    .spacious #main-post-content h2,
    .spacious .additional-row .h2,
    .spacious .additional-row h2 {
        font-size: 2.5rem;
        line-height: 3.25rem;
        margin-bottom: 15px
    }

    .spacious #main-post-content p.lead-in,
    .spacious .additional-row p.lead-in {
        font-size: 1.125rem
    }

    .single-insight .single-insight-content .insight-main-content h1 {
        font-size: 2.4375rem;
        line-height: 3.125rem
    }

    .page-template-template-top-banner .insights-hero .hero-content-wrapper {
        min-height: 125px
    }

    .page-template-template-top-banner .insights-hero .post-tags {
        margin-bottom: 20px;
        max-width: calc(100% - 120px)
    }

    .page-template-template-top-banner .insights-hero.is-feature .cat-icon-wrapper,
    .page-template-template-top-banner .insights-hero.is-single .cat-icon-wrapper {
        width: 100px
    }

    .page-template-template-top-banner .insights-hero.is-feature .cat-icon-wrapper .cat-icon,
    .page-template-template-top-banner .insights-hero.is-single .cat-icon-wrapper .cat-icon {
        height: 70px;
        padding: 12px;
        width: 70px
    }

    .page-template-template-top-banner .insights-hero.is-feature .cat-icon-wrapper .cat-icon .ico,
    .page-template-template-top-banner .insights-hero.is-single .cat-icon-wrapper .cat-icon .ico {
        height: 40px;
        width: 40px
    }

    .page-template-template-top-banner .insights-hero.is-feature .cat-icon-wrapper .cat-title,
    .page-template-template-top-banner .insights-hero.is-single .cat-icon-wrapper .cat-title {
        display: none
    }

    .page-template-template-top-banner.has-breadcrumbs .insight-hero .hero-content-wrapper {
        min-height: 85px
    }

    .single-instrument h1 {
        font-size: 2.5rem
    }

    .overview-primary .feature-box {
        margin-bottom: 30px
    }

    .overview-secondary .feature-box:after {
        display: none
    }

    .landing-page-only-logo .hero-content-wrapper,
    .page-template-template-smart-tabs-banner .hero-content-wrapper,
    .page-template-template-top-banner .hero-content-wrapper {
        min-height: 245px
    }

    .landing-page-only-logo.has-breadcrumbs .hero-content-wrapper,
    .page-template-template-smart-tabs-banner.has-breadcrumbs .hero-content-wrapper,
    .page-template-template-top-banner.has-breadcrumbs .hero-content-wrapper {
        min-height: 205px
    }
}

@media screen and (min-width:1100px) {
    .desktop-txt-auto-height {
        line-height: normal !important
    }

    .desktop-txt-align-left {
        text-align: left !important
    }

    .desktop-txt-align-right {
        text-align: right !important
    }

    .desktop-txt-align-center {
        text-align: center !important
    }

    .desktop-txt-no-wrap {
        white-space: nowrap !important
    }

    .desktop-hide {
        display: none !important
    }

    .desktop-display-inline {
        display: inline !important
    }

    .desktop-display-inline-block {
        display: inline-block !important
    }

    .desktop-display-block {
        display: block !important
    }

    .desktop-pos-relative {
        position: relative !important
    }

    .desktop-pos-absolute {
        position: absolute !important
    }

    .desktop-pos-fixed {
        position: fixed !important
    }

    .desktop-pos-static {
        position: static !important
    }

    .desktop-clear-left {
        clear: left !important
    }

    .desktop-clear-right {
        clear: right !important
    }

    .desktop-clear-both {
        clear: both !important
    }

    .desktop-float-left,
    .desktop-floatL {
        float: left !important
    }

    .desktop-float-right,
    .desktop-floatR {
        float: right !important
    }

    .desktop-float-none {
        float: none !important
    }

    .desktop-padding-0 {
        padding: 0 !important
    }

    .desktop-margin-0 {
        margin: 0 !important
    }

    .desktop-padding-vertical-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }

    .desktop-margin-vertical-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }

    .desktop-padding-top-0 {
        padding-top: 0 !important
    }

    .desktop-margin-top-0 {
        margin-top: 0 !important
    }

    .desktop-padding-bottom-0 {
        padding-bottom: 0 !important
    }

    .desktop-margin-bottom-0 {
        margin-bottom: 0 !important
    }

    .desktop-padding-horizontal-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .desktop-margin-horizontal-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .desktop-padding-right-0 {
        padding-right: 0 !important
    }

    .desktop-margin-right-0 {
        margin-right: 0 !important
    }

    .desktop-padding-left-0 {
        padding-left: 0 !important
    }

    .desktop-margin-left-0 {
        margin-left: 0 !important
    }

    .desktop-padding-5 {
        padding: 5px !important
    }

    .desktop-margin-5 {
        margin: 5px !important
    }

    .desktop-padding-vertical-5 {
        padding-bottom: 5px !important;
        padding-top: 5px !important
    }

    .desktop-margin-vertical-5 {
        margin-bottom: 5px !important;
        margin-top: 5px !important
    }

    .desktop-padding-top-5 {
        padding-top: 5px !important
    }

    .desktop-margin-top-5 {
        margin-top: 5px !important
    }

    .desktop-padding-bottom-5 {
        padding-bottom: 5px !important
    }

    .desktop-margin-bottom-5 {
        margin-bottom: 5px !important
    }

    .desktop-padding-horizontal-5 {
        padding-left: 5px !important;
        padding-right: 5px !important
    }

    .desktop-margin-horizontal-5 {
        margin-left: 5px !important;
        margin-right: 5px !important
    }

    .desktop-padding-right-5 {
        padding-right: 5px !important
    }

    .desktop-margin-right-5 {
        margin-right: 5px !important
    }

    .desktop-padding-left-5 {
        padding-left: 5px !important
    }

    .desktop-margin-left-5 {
        margin-left: 5px !important
    }

    .desktop-padding-10 {
        padding: 10px !important
    }

    .desktop-margin-10 {
        margin: 10px !important
    }

    .desktop-padding-vertical-10 {
        padding-bottom: 10px !important;
        padding-top: 10px !important
    }

    .desktop-margin-vertical-10 {
        margin-bottom: 10px !important;
        margin-top: 10px !important
    }

    .desktop-padding-top-10 {
        padding-top: 10px !important
    }

    .desktop-margin-top-10 {
        margin-top: 10px !important
    }

    .desktop-padding-bottom-10 {
        padding-bottom: 10px !important
    }

    .desktop-margin-bottom-10 {
        margin-bottom: 10px !important
    }

    .desktop-padding-horizontal-10 {
        padding-left: 10px !important;
        padding-right: 10px !important
    }

    .desktop-margin-horizontal-10 {
        margin-left: 10px !important;
        margin-right: 10px !important
    }

    .desktop-padding-right-10 {
        padding-right: 10px !important
    }

    .desktop-margin-right-10 {
        margin-right: 10px !important
    }

    .desktop-padding-left-10 {
        padding-left: 10px !important
    }

    .desktop-margin-left-10 {
        margin-left: 10px !important
    }

    .desktop-padding-15 {
        padding: 15px !important
    }

    .desktop-margin-15 {
        margin: 15px !important
    }

    .desktop-padding-vertical-15 {
        padding-bottom: 15px !important;
        padding-top: 15px !important
    }

    .desktop-margin-vertical-15 {
        margin-bottom: 15px !important;
        margin-top: 15px !important
    }

    .desktop-padding-top-15 {
        padding-top: 15px !important
    }

    .desktop-margin-top-15 {
        margin-top: 15px !important
    }

    .desktop-padding-bottom-15 {
        padding-bottom: 15px !important
    }

    .desktop-margin-bottom-15 {
        margin-bottom: 15px !important
    }

    .desktop-padding-horizontal-15 {
        padding-left: 15px !important;
        padding-right: 15px !important
    }

    .desktop-margin-horizontal-15 {
        margin-left: 15px !important;
        margin-right: 15px !important
    }

    .desktop-padding-right-15 {
        padding-right: 15px !important
    }

    .desktop-margin-right-15 {
        margin-right: 15px !important
    }

    .desktop-padding-left-15 {
        padding-left: 15px !important
    }

    .desktop-margin-left-15 {
        margin-left: 15px !important
    }

    .desktop-padding-20 {
        padding: 20px !important
    }

    .desktop-margin-20 {
        margin: 20px !important
    }

    .desktop-padding-vertical-20 {
        padding-bottom: 20px !important;
        padding-top: 20px !important
    }

    .desktop-margin-vertical-20 {
        margin-bottom: 20px !important;
        margin-top: 20px !important
    }

    .desktop-padding-top-20 {
        padding-top: 20px !important
    }

    .desktop-margin-top-20 {
        margin-top: 20px !important
    }

    .desktop-padding-bottom-20 {
        padding-bottom: 20px !important
    }

    .desktop-margin-bottom-20 {
        margin-bottom: 20px !important
    }

    .desktop-padding-horizontal-20 {
        padding-left: 20px !important;
        padding-right: 20px !important
    }

    .desktop-margin-horizontal-20 {
        margin-left: 20px !important;
        margin-right: 20px !important
    }

    .desktop-padding-right-20 {
        padding-right: 20px !important
    }

    .desktop-margin-right-20 {
        margin-right: 20px !important
    }

    .desktop-padding-left-20 {
        padding-left: 20px !important
    }

    .desktop-margin-left-20 {
        margin-left: 20px !important
    }

    .desktop-padding-25 {
        padding: 25px !important
    }

    .desktop-margin-25 {
        margin: 25px !important
    }

    .desktop-padding-vertical-25 {
        padding-bottom: 25px !important;
        padding-top: 25px !important
    }

    .desktop-margin-vertical-25 {
        margin-bottom: 25px !important;
        margin-top: 25px !important
    }

    .desktop-padding-top-25 {
        padding-top: 25px !important
    }

    .desktop-margin-top-25 {
        margin-top: 25px !important
    }

    .desktop-padding-bottom-25 {
        padding-bottom: 25px !important
    }

    .desktop-margin-bottom-25 {
        margin-bottom: 25px !important
    }

    .desktop-padding-horizontal-25 {
        padding-left: 25px !important;
        padding-right: 25px !important
    }

    .desktop-margin-horizontal-25 {
        margin-left: 25px !important;
        margin-right: 25px !important
    }

    .desktop-padding-right-25 {
        padding-right: 25px !important
    }

    .desktop-margin-right-25 {
        margin-right: 25px !important
    }

    .desktop-padding-left-25 {
        padding-left: 25px !important
    }

    .desktop-margin-left-25 {
        margin-left: 25px !important
    }

    .desktop-padding-30 {
        padding: 30px !important
    }

    .desktop-margin-30 {
        margin: 30px !important
    }

    .desktop-padding-vertical-30 {
        padding-bottom: 30px !important;
        padding-top: 30px !important
    }

    .desktop-margin-vertical-30 {
        margin-bottom: 30px !important;
        margin-top: 30px !important
    }

    .desktop-padding-top-30 {
        padding-top: 30px !important
    }

    .desktop-margin-top-30 {
        margin-top: 30px !important
    }

    .desktop-padding-bottom-30 {
        padding-bottom: 30px !important
    }

    .desktop-margin-bottom-30 {
        margin-bottom: 30px !important
    }

    .desktop-padding-horizontal-30 {
        padding-left: 30px !important;
        padding-right: 30px !important
    }

    .desktop-margin-horizontal-30 {
        margin-left: 30px !important;
        margin-right: 30px !important
    }

    .desktop-padding-right-30 {
        padding-right: 30px !important
    }

    .desktop-margin-right-30 {
        margin-right: 30px !important
    }

    .desktop-padding-left-30 {
        padding-left: 30px !important
    }

    .desktop-margin-left-30 {
        margin-left: 30px !important
    }

    .desktop-padding-35 {
        padding: 35px !important
    }

    .desktop-margin-35 {
        margin: 35px !important
    }

    .desktop-padding-vertical-35 {
        padding-bottom: 35px !important;
        padding-top: 35px !important
    }

    .desktop-margin-vertical-35 {
        margin-bottom: 35px !important;
        margin-top: 35px !important
    }

    .desktop-padding-top-35 {
        padding-top: 35px !important
    }

    .desktop-margin-top-35 {
        margin-top: 35px !important
    }

    .desktop-padding-bottom-35 {
        padding-bottom: 35px !important
    }

    .desktop-margin-bottom-35 {
        margin-bottom: 35px !important
    }

    .desktop-padding-horizontal-35 {
        padding-left: 35px !important;
        padding-right: 35px !important
    }

    .desktop-margin-horizontal-35 {
        margin-left: 35px !important;
        margin-right: 35px !important
    }

    .desktop-padding-right-35 {
        padding-right: 35px !important
    }

    .desktop-margin-right-35 {
        margin-right: 35px !important
    }

    .desktop-padding-left-35 {
        padding-left: 35px !important
    }

    .desktop-margin-left-35 {
        margin-left: 35px !important
    }

    .desktop-padding-40 {
        padding: 40px !important
    }

    .desktop-margin-40 {
        margin: 40px !important
    }

    .desktop-padding-vertical-40 {
        padding-bottom: 40px !important;
        padding-top: 40px !important
    }

    .desktop-margin-vertical-40 {
        margin-bottom: 40px !important;
        margin-top: 40px !important
    }

    .desktop-padding-top-40 {
        padding-top: 40px !important
    }

    .desktop-margin-top-40 {
        margin-top: 40px !important
    }

    .desktop-padding-bottom-40 {
        padding-bottom: 40px !important
    }

    .desktop-margin-bottom-40 {
        margin-bottom: 40px !important
    }

    .desktop-padding-horizontal-40 {
        padding-left: 40px !important;
        padding-right: 40px !important
    }

    .desktop-margin-horizontal-40 {
        margin-left: 40px !important;
        margin-right: 40px !important
    }

    .desktop-padding-right-40 {
        padding-right: 40px !important
    }

    .desktop-margin-right-40 {
        margin-right: 40px !important
    }

    .desktop-padding-left-40 {
        padding-left: 40px !important
    }

    .desktop-margin-left-40 {
        margin-left: 40px !important
    }

    .desktop-padding-45 {
        padding: 45px !important
    }

    .desktop-margin-45 {
        margin: 45px !important
    }

    .desktop-padding-vertical-45 {
        padding-bottom: 45px !important;
        padding-top: 45px !important
    }

    .desktop-margin-vertical-45 {
        margin-bottom: 45px !important;
        margin-top: 45px !important
    }

    .desktop-padding-top-45 {
        padding-top: 45px !important
    }

    .desktop-margin-top-45 {
        margin-top: 45px !important
    }

    .desktop-padding-bottom-45 {
        padding-bottom: 45px !important
    }

    .desktop-margin-bottom-45 {
        margin-bottom: 45px !important
    }

    .desktop-padding-horizontal-45 {
        padding-left: 45px !important;
        padding-right: 45px !important
    }

    .desktop-margin-horizontal-45 {
        margin-left: 45px !important;
        margin-right: 45px !important
    }

    .desktop-padding-right-45 {
        padding-right: 45px !important
    }

    .desktop-margin-right-45 {
        margin-right: 45px !important
    }

    .desktop-padding-left-45 {
        padding-left: 45px !important
    }

    .desktop-margin-left-45 {
        margin-left: 45px !important
    }

    .desktop-padding-50 {
        padding: 50px !important
    }

    .desktop-margin-50 {
        margin: 50px !important
    }

    .desktop-padding-vertical-50 {
        padding-bottom: 50px !important;
        padding-top: 50px !important
    }

    .desktop-margin-vertical-50 {
        margin-bottom: 50px !important;
        margin-top: 50px !important
    }

    .desktop-padding-top-50 {
        padding-top: 50px !important
    }

    .desktop-margin-top-50 {
        margin-top: 50px !important
    }

    .desktop-padding-bottom-50 {
        padding-bottom: 50px !important
    }

    .desktop-margin-bottom-50 {
        margin-bottom: 50px !important
    }

    .desktop-padding-horizontal-50 {
        padding-left: 50px !important;
        padding-right: 50px !important
    }

    .desktop-margin-horizontal-50 {
        margin-left: 50px !important;
        margin-right: 50px !important
    }

    .desktop-padding-right-50 {
        padding-right: 50px !important
    }

    .desktop-margin-right-50 {
        margin-right: 50px !important
    }

    .desktop-padding-left-50 {
        padding-left: 50px !important
    }

    .desktop-margin-left-50 {
        margin-left: 50px !important
    }

    #awards-row .col-2 .award {
        min-width: 50%
    }

    #awards-row .col-3 .award {
        min-width: 33.333%
    }

    #awards-row .col-4 .award {
        min-width: 25%
    }

    #awards-row .col-5 .award {
        min-width: 20%
    }

    .desktop-bdr-none {
        border: 0
    }

    .desktop-bdr-top-none {
        border-top: 0
    }

    .desktop-bdr-bottom-none {
        border-bottom: 0
    }

    .desktop-bdr-right-none {
        border-right: 0
    }

    .desktop-bdr-left-none {
        border-left: 0
    }

    .desktop-no-shadow {
        box-shadow: none
    }

    .esma-disclaimer {
        line-height: 1.375rem
    }

    .esma-disclaimer,
    .table-wrap span.txt-emphasize {
        font-size: .875rem
    }

    .desktop-grid-100 {
        clear: both;
        float: none;
        left: 0;
        width: 100%
    }

    .desktop-grid-center {
        display: block;
        float: none;
        margin-left: auto;
        margin-right: auto
    }

    .desktop-grid-flush {
        padding-left: 0;
        padding-right: 0
    }

    .desktop-full-bleed {
        float: none;
        margin-left: -20px;
        margin-right: -20px;
        width: auto
    }

    .v-aligner.desktop-unalign {
        display: block
    }

    .cta-block .type-cta .content {
        padding-left: 20px;
        padding-right: 20px
    }

    #fxcm-logo {
        opacity: 0;
        pointer-events: none;
        position: absolute
    }

    #omni-nav ul li.omni-friedberg-direct,
    #omni-nav ul li.omni-open-account {
        max-width: 0;
        opacity: 0;
        transition: all .3s ease-in-out, opacity 0ms
    }

    #omni-nav ul li.omni-friedberg-direct a,
    #omni-nav ul li.omni-open-account a {
        padding: 0;
        white-space: nowrap
    }

    #global-header-search-toggle a {
        background-color: rgba(40, 53, 69, 0)
    }

    #global-header-search-toggle a:hover {
        background-color: rgba(21, 28, 37, .1)
    }

    #global-header-search .search-form-wrapper {
        opacity: 0;
        width: 0
    }

    #global-header-search .search-form {
        background-color: #f6f7f8
    }

    #global-header-search .search-form .search-field {
        color: #283545
    }

    #main-nav-pointer-wrapper {
        height: 20px;
        overflow: hidden;
        position: relative;
        top: -10px
    }

    #main-nav-pointer {
        height: 0;
        left: calc(-100% - 150px);
        overflow: hidden;
        position: absolute;
        transform: translateZ(0);
        transition: height .2s ease 0s, left .2s ease .2s;
        width: calc(200% + 200px)
    }

    #main-nav-pointer .main-nav-pointer-line {
        height: 0;
        left: 50%;
        position: absolute;
        transform: translateX(-50%);
        width: 100%
    }

    #main-nav-pointer .main-nav-pointer-line:before {
        background-color: #0e75bd;
        content: "";
        display: block;
        height: 2px;
        left: calc(50% - 20px);
        position: absolute;
        top: 0;
        width: 40px
    }

    #main-nav {
        height: 56px
    }

    #main-nav ul li a:hover,
    #main-nav ul li.current a {
        color: #0e75bd
    }

    #main-nav ul.main-nav-ul {
        align-items: center;
        display: flex;
        height: 100%;
        opacity: 1;
        transition: height, opacity .4s ease-in-out
    }

    #main-nav ul.main-nav-ul .main-nav-ul-inner {
        align-items: center;
        display: flex;
        flex: 1 0 auto;
        height: 61px;
        justify-content: space-between
    }

    #main-nav ul.main-nav-ul .main-nav-ul-inner .main-menu-primary {
        align-items: center;
        display: flex
    }

    #main-nav ul li.menu-item-contact-client-support {
        display: none
    }

    #main-nav ul li[data-nav-rel=login] {
        display: none !important
    }

    #main-nav-groups .nav-group {
        min-height: 340px;
        padding: 30px 0;
        transform: translate3d(0, -20%, 0)
    }

    #main-nav-groups .nav-group .nav-group-col .sub-heading {
        margin: 33px 0 13px
    }

    #main-nav-groups .nav-group .nav-group-col ul {
        margin: 0
    }

    #main-nav-groups .nav-group .nav-group-col ul li {
        margin-bottom: 5px
    }

    #main-nav-groups .nav-intro {
        background-color: rgba(21, 28, 37, .03);
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.9375rem;
        min-height: 280px;
        opacity: .8;
        padding: 20px 30px 10px
    }

    #global-header .header-inner {
        height: 475px
    }

    body.main-nav-has-default #main-nav-pointer {
        height: 7px
    }

    body.main-nav-open #main-nav-pointer {
        height: 20px;
        transition: all .3s ease 0s
    }

    body.main-nav-open #main-nav-pointer .main-nav-pointer-line:after {
        width: 50%
    }

    body.main-nav-open #main-nav-groups .nav-group.current {
        transform: translateZ(0)
    }

    body.main-nav-open #main-nav-groups .nav-group.previous {
        transform: translate3d(0, 20%, 0)
    }

    body.global-search-open #main-nav ul.main-nav-ul .main-nav-ul-inner .main-menu-primary {
        display: none
    }

    body.global-search-open #main-nav-pointer {
        height: 0
    }

    body.global-search-open #global-header-search .search-form-wrapper {
        opacity: 1;
        transition: opacity .2s cubic-bezier(.42, .06, .93, .72) 0s;
        width: 100%
    }

    body.global-search-open #global-header-search-toggle a {
        opacity: 0
    }

    body:not(.main-nav-open) #global-header .header-inner {
        padding-top: 20px;
        height: 90px;
        overflow: hidden
    }

    body:not(.main-nav-open) #main-nav-groups {
        height: 0 !important
    }

    body.global-header-minimized:not(.main-nav-open) #global-header .header-inner {
        height: 72px
    }

    body.global-header-minimized:not(.main-nav-open) .header-canvas {
        transform: translateY(-63px)
    }

    body.global-header-minimized:not(.main-nav-open) .header-canvas #global-header-search,
    body.global-header-minimized:not(.main-nav-open) .header-canvas .main-menu-primary>:not(.logo-menu) {
        opacity: 0;
        pointer-events: none
    }

    body.global-header-minimized:not(.main-nav-open) .header-canvas #main-nav-pointer-wrapper {
        opacity: 0
    }

    body.global-header-minimized:not(.main-nav-open) #omni-nav ul li.omni-friedberg-direct,
    body.global-header-minimized:not(.main-nav-open) #omni-nav ul li.omni-open-account {
        max-width: 20%;
        opacity: 1;
        transition: all .4s ease-in-out, opacity 0s ease .4s
    }

    body.global-header-minimized:not(.main-nav-open) #omni-nav ul li.omni-friedberg-direct a,
    body.global-header-minimized:not(.main-nav-open) #omni-nav ul li.omni-open-account a {
        padding: 8px 23px
    }

    body.global-header-minimized:not(.main-nav-open) #global-header #fxcm-logo {
        opacity: 1;
        pointer-events: all;
        transition: opacity 1s cubic-bezier(1, -.3, .25, 1) 0s;
        width: 160px;
        z-index: 1
    }

    body.global-header-minimized:not(.main-nav-open) #global-header #fxcm-logo.logo-lg {
        width: 190px
    }

    body.global-header-minimized:not(.main-nav-open) #global-header .logo-clone {
        opacity: 0;
        transition: opacity .4s ease-in-out .5s
    }

    body.global-header-minimized:not(.main-nav-open) #global-header .header-persistent-wrapper {
        margin: 15px 0
    }

    body:not(.global-header-minimized) #omni-nav ul li:nth-last-child(2) {
        padding-right: 0
    }

    body:not(.global-header-minimized) #omni-nav ul li:last-child {
        padding-left: 0
    }

    body:not(.global-header-minimized) .logo-clone {
        margin-bottom: 5px
    }

    body:not(.global-header-minimized):not(.main-nav-open) #global-header .header-canvas {
        padding-bottom: 25px
    }

    body.global-header-stuck #global-header {
        box-shadow: 0 2px 8px transparent
    }

    .spacious #main-post-content {
        padding-bottom: 10px;
        padding-top: 10px
    }

    .spacious .additional-row {
        padding-bottom: 40px;
        padding-top: 60px
    }

    .single-insight .insight-top-content .author .name-time {
        display: flex
    }

    .single-insight .insight-sidebar-content {
        left: 5%;
        position: relative
    }

    body:not(.rtl) .market-info {
        bottom: -70px;
        position: absolute;
        right: 0
    }

    body.alias-proto aside,
    body.proto-template-default aside {
        position: sticky;
        top: 20px
    }

    body.alias-proto.admin-bar aside,
    body.proto-template-default.admin-bar aside {
        top: 45px
    }

    body.alias-proto #proto-content #palette,
    body.proto-template-default #proto-content #palette {
        align-items: center;
        display: flex;
        justify-content: space-between
    }
}

@media screen and (max-width:1099px) {

    .cta-expand-toggle,
    .cta-heading {
        margin-bottom: 20px;
        padding-bottom: 30px
    }

    .cta-expand-toggle .cta-heading,
    .cta-heading .cta-heading {
        margin-bottom: 0;
        padding-bottom: 0
    }

    .cta-expand-toggle>.btn,
    .cta-heading>.btn {
        bottom: 0;
        top: auto
    }

    .cta-expand-toggle>hr,
    .cta-heading>hr {
        bottom: 14px;
        top: auto
    }

    .cta-expand-toggle {
        margin-bottom: 20px;
        overflow: hidden
    }

    .cta-expand-toggle.open {
        padding-bottom: 20px
    }

    .cta-expand-toggle:not(.open)>.form {
        margin-bottom: 0
    }

    .post-cta-banner {
        padding: 25px 30px
    }

    .esma-disclaimer .esma-primary,
    .esma-disclaimer .esma-related {
        padding-left: 10px;
        padding-right: 10px
    }

    #floated-nav,
    .faqs .open .closeThis,
    .floated-nav-wrapper {
        display: none
    }

    .form .form-cell.field-type-submit {
        padding-top: 20px
    }

    .form .form-cell.field-type-submit .preloader-wrapper {
        padding-bottom: 20px;
        padding-top: 20px;
        top: 6px
    }

    .table-wrap:not(.no-row-keys) table tr:not(.section-title) td:first-of-type,
    .table-wrap:not(.no-row-keys) table tr:not(.section-title) th:first-of-type,
    .table-wrap:not(.no-row-keys).col-group2 table tr:not(.section-title) td:nth-of-type(3),
    .table-wrap:not(.no-row-keys).col-group2 table tr:not(.section-title) th:nth-of-type(3) {
        padding-left: 20px
    }

    .table-wrap:not(.no-row-keys).col-group3 table tr td:nth-of-type(2),
    .table-wrap:not(.no-row-keys).col-group3 table tr td:nth-of-type(4),
    .table-wrap:not(.no-row-keys).col-group3 table tr th:nth-of-type(2),
    .table-wrap:not(.no-row-keys).col-group3 table tr th:nth-of-type(4) {
        border-right: 30px solid #fff
    }

    .table-wrap:not(.no-row-keys).col-group3 table tr td:nth-of-type(3),
    .table-wrap:not(.no-row-keys).col-group3 table tr td:nth-of-type(5),
    .table-wrap:not(.no-row-keys).col-group3 table tr th:nth-of-type(3),
    .table-wrap:not(.no-row-keys).col-group3 table tr th:nth-of-type(5) {
        border-left: 30px solid #fff
    }

    .grid-container {
        max-width: 600px
    }

    .cta-block .type-cta,
    .shared-content.type-exit-intent .bg-featured-image {
        display: none
    }

    #mc {
        padding-top: 20px
    }

    #main-nav-groups .nav-intro p,
    #main-nav-pointer-wrapper,
    .header-pre-canvas #omni-nav ul li {
        display: none
    }

    #omni-nav {
        padding: 4px 0
    }

    #omni-nav ul li.omni-friedberg-direct,
    #omni-nav ul li.omni-open-account {
        display: inline-block
    }

    #omni-nav ul li.omni-friedberg-direct a,
    #omni-nav ul li.omni-open-account a {
        padding: 7px 15px
    }

    #global-header-search,
    #main-nav {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
        width: 300px
    }

    #global-header-search {
        overflow: hidden;
        padding-bottom: 15px;
        padding-top: 15px;
        z-index: 20
    }

    #global-header-search .search-form {
        background-color: #fff
    }

    #global-header-search .search-form .search-field {
        color: #283545
    }

    #global-header-search .search-suggestions {
        display: none
    }

    #main-nav-mobile-toggle {
        flex: 0 0 auto;
        margin-left: 20px
    }

    #main-nav-mobile-toggle a {
        display: block;
        height: 20px;
        margin: 6px 0;
        overflow: hidden;
        padding: 9px 0;
        position: relative;
        width: 25px
    }

    #main-nav-mobile-toggle a .ico-main-nav-hamburger {
        background-color: #8799ae;
        display: block;
        height: 2px;
        margin: 0 auto;
        transition: width .2s ease 0s;
        width: 100%
    }

    #main-nav-mobile-toggle a .ico-main-nav-hamburger:after,
    #main-nav-mobile-toggle a .ico-main-nav-hamburger:before {
        background-color: inherit;
        content: "";
        display: block;
        height: 2px;
        left: 0;
        position: absolute;
        transition: all .2s ease 0s;
        width: 100%
    }

    #main-nav-mobile-toggle a .ico-main-nav-hamburger:before {
        top: 0;
        transform-origin: left bottom
    }

    #main-nav-mobile-toggle a .ico-main-nav-hamburger:after {
        bottom: 0;
        transform-origin: left top
    }

    #main-nav:before {
        box-shadow: 10px 0 10px rgba(21, 28, 37, .1);
        content: "";
        height: 99999px;
        position: absolute;
        right: 0;
        top: -999px;
        width: 20px
    }

    #main-nav ul {
        margin: 0 -20px
    }

    #main-nav ul li {
        padding: 0
    }

    #main-nav ul li a {
        padding: 10px 20px
    }

    #main-nav ul li.current a {
        background-color: rgba(21, 28, 37, .02)
    }

    .main-nav-ul-inner {
        display: flex;
        flex-direction: column-reverse
    }

    #main-nav-groups {
        background-color: #f6f7f8;
        height: 100vh;
        left: 300px;
        overflow-y: scroll;
        position: absolute;
        top: 0;
        width: 300px
    }

    #main-nav-groups .nav-intro {
        padding-bottom: 10px;
        padding-top: 10px
    }

    #main-nav-groups .nav-intro .nav-mobile-back {
        align-items: center;
        display: flex
    }

    #main-nav-groups .nav-intro .nav-mobile-back i {
        margin-right: 15px;
        transform: rotate(0deg)
    }

    #main-nav-groups .nav-intro .heading {
        display: block;
        font-family: Open Sans, Arial, Helvetica, Verdana, sans-serif;
        font-size: 1.5rem;
        margin-bottom: 0;
        white-space: nowrap
    }

    #main-nav-groups .nav-group {
        height: 0;
        overflow: hidden;
        transform: translate3d(-30%, 0, 0)
    }

    #main-nav-groups .nav-group.current {
        height: auto
    }

    #main-nav-groups .nav-group-col ul {
        margin-bottom: 12px
    }

    #main-nav-groups .nav-group-col ul li a {
        padding-bottom: 10px;
        padding-top: 10px
    }

    #main-nav-groups .nav-group-col .sub-heading {
        margin: 8px 0 5px
    }

    #breadcrumbs-nav .breadcrumbs-inner {
        overflow: scroll
    }

    #breadcrumbs-nav ul {
        flex-wrap: nowrap
    }

    #breadcrumbs-nav ul li:last-child {
        padding-right: 40px
    }

    #global-header .header-persistent-wrapper {
        margin: 20px 0;
        overflow: hidden
    }

    #global-header .header-persistent-wrapper.new {
        margin: 10px 0
    }

    #global-header .header-canvas {
        background-color: #fff;
        height: 100vh;
        overflow: hidden;
        position: absolute;
        right: 0;
        transform: translateZ(0);
        transition: all .4s ease 0s;
        width: 0
    }

    #global-header .header-canvas #omni-nav ul {
        border-top: 1px solid #f6f7f8;
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 15px;
        padding-top: 15px;
        text-align: left;
        white-space: nowrap
    }

    #global-header .header-canvas #omni-nav ul li {
        display: block
    }

    #global-header .header-canvas #omni-nav ul li a {
        padding: 10px
    }

    #global-header .header-canvas #omni-nav ul li.omni-friedberg-direct,
    #global-header .header-canvas #omni-nav ul li.omni-menu-login,
    #global-header .header-canvas #omni-nav ul li.omni-open-account {
        display: none
    }

    #fxcm-logo {
        width: 135px
    }

    body.main-nav-open #main-nav-mobile-toggle a .ico-main-nav-hamburger {
        width: 0
    }

    body.main-nav-open #main-nav-mobile-toggle a .ico-main-nav-hamburger:after,
    body.main-nav-open #main-nav-mobile-toggle a .ico-main-nav-hamburger:before {
        left: 3px
    }

    body.main-nav-open #main-nav-mobile-toggle a .ico-main-nav-hamburger:before {
        transform: rotate(45deg)
    }

    body.main-nav-open #main-nav-mobile-toggle a .ico-main-nav-hamburger:after {
        transform: rotate(-45deg)
    }

    body.main-nav-open #main-nav-groups .nav-group.current {
        transform: translateZ(0)
    }

    body.main-nav-open #global-header .header-canvas {
        box-shadow: -10px 20px 20px rgba(21, 28, 37, .2);
        width: 300px
    }

    body.main-nav-open #breadcrumbs-nav .breadcrumbs-inner {
        overflow: hidden
    }

    body.main-nav-open.main-nav-group-selected #global-header .header-canvas {
        width: 600px
    }

    .grid-container:not(.nanorep) .nav3 ul {
        background-color: #5b6a88;
        border: none;
        margin: 0 0 30px;
        overflow: hidden;
        padding: 0;
        position: relative
    }

    .grid-container:not(.nanorep) .nav3 ul li {
        border: none;
        margin-top: -45px;
        padding: 0;
        transition: margin-top .375s ease 0s;
        width: 100%
    }

    .grid-container:not(.nanorep) .nav3 ul li>a {
        background-color: transparent;
        border: none;
        color: #fff;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5625rem;
        padding: 10px 10px 10px 45px;
        text-align: left
    }

    .grid-container:not(.nanorep) .nav3 ul li>a>.ico {
        opacity: 0;
        transition: opacity .2s ease 0s
    }

    .grid-container:not(.nanorep) .nav3 ul li>a:active,
    .grid-container:not(.nanorep) .nav3 ul li>a:hover {
        background-color: transparent;
        color: #fff
    }

    .grid-container:not(.nanorep) .nav3 ul li.menu-item-has-children>ul {
        display: block
    }

    .grid-container:not(.nanorep) .nav3 ul li.menu-item-has-children>a>.ico {
        left: 20px;
        top: 18px
    }

    .grid-container:not(.nanorep) .nav3 ul li.menu-item-has-children>a>.ico>svg {
        fill: #fff
    }

    .grid-container:not(.nanorep) .nav3 ul li.open {
        margin-top: 0
    }

    .grid-container:not(.nanorep) .nav3 ul li.open>a>.ico {
        opacity: 1
    }

    .grid-container:not(.nanorep) .nav3 ul li.current-menu-ancestor,
    .grid-container:not(.nanorep) .nav3 ul li.current-menu-item {
        z-index: 5
    }

    .grid-container:not(.nanorep) .nav3 ul li.current-menu-ancestor>a,
    .grid-container:not(.nanorep) .nav3 ul li.current-menu-item>a {
        background-color: #283545;
        color: #fff;
        font-weight: 600 !important
    }

    .grid-container:not(.nanorep) .nav3 ul li.nav3-selector {
        margin-top: 0
    }

    .grid-container:not(.nanorep) .nav3 ul li.nav3-selector:before {
        color: #fff;
        content: "+";
        display: block;
        font-size: 1.875rem;
        font-weight: 600;
        height: 30px;
        left: 9px;
        line-height: 1.8125rem;
        position: absolute;
        text-align: center;
        top: 6px;
        transition: all .4s ease 0s;
        width: 30px;
        z-index: 10
    }

    .grid-container:not(.nanorep) .nav3 ul li.nav3-selector:after {
        content: "";
        display: block;
        height: 100%;
        opacity: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 10
    }

    .grid-container:not(.nanorep) .nav3 ul li.nav3-selector>a {
        background-color: #b2bfd0;
        color: #5b6a88
    }

    .grid-container:not(.nanorep) .nav3 ul li.nav3-selector.open:before {
        color: #5b6a88;
        transform: rotate(45deg)
    }

    .grid-container:not(.nanorep) .nav3 ul .nav3-subnav {
        background-color: #515e79;
        box-shadow: inset 0 4px 5px -4px rgba(0, 0, 0, .25)
    }

    .grid-container:not(.nanorep) .nav3 ul .nav3-subnav li>a {
        padding-left: 20px
    }

    .grid-container:not(.nanorep) .nav3 ul .nav3-subnav.open li.current-menu-item>a {
        background-color: rgba(0, 0, 0, .1);
        font-size: 1.25rem;
        font-weight: 400;
        line-height: 1.875rem;
        padding-left: 45px
    }

    .grid-container.nanorep .nav3 ul {
        background-color: #5b6a88;
        border: none;
        margin: 0 0 30px;
        overflow: hidden;
        padding: 0;
        position: relative
    }

    .grid-container.nanorep .nav3 ul li {
        border: none;
        margin-top: 0;
        padding: 0;
        transition: margin-top .375s ease 0s;
        width: 100%
    }

    .grid-container.nanorep .nav3 ul li>a {
        background-color: transparent;
        border: none;
        color: #fff;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5625rem;
        padding: 10px 10px 10px 45px;
        text-align: left
    }

    .grid-container.nanorep .nav3 ul li>a>.ico {
        opacity: 0;
        transition: opacity .2s ease 0s
    }

    .grid-container.nanorep .nav3 ul li>a:active,
    .grid-container.nanorep .nav3 ul li>a:hover {
        background-color: transparent;
        color: #fff
    }

    .grid-container.nanorep .nav3 ul li.menu-item-has-children>ul {
        display: block
    }

    .grid-container.nanorep .nav3 ul li.menu-item-has-children>a>.ico {
        left: 20px;
        top: 18px
    }

    .grid-container.nanorep .nav3 ul li.menu-item-has-children>a>.ico>svg {
        fill: #fff
    }

    .grid-container.nanorep .nav3 ul li.open {
        margin-top: 0
    }

    .grid-container.nanorep .nav3 ul li.open>a>.ico {
        opacity: 1
    }

    .grid-container.nanorep .nav3 ul li.current-menu-ancestor,
    .grid-container.nanorep .nav3 ul li.current-menu-item {
        z-index: 5
    }

    .grid-container.nanorep .nav3 ul li.current-menu-ancestor>a,
    .grid-container.nanorep .nav3 ul li.current-menu-item>a {
        background-color: #283545;
        color: #fff;
        font-weight: 600 !important
    }

    .grid-container.nanorep .nav3 ul li.nav3-link {
        display: none
    }

    .grid-container.nanorep .nav3 ul li.nav3-link.open {
        display: block
    }

    .grid-container.nanorep .nav3 ul li.nav3-selector {
        margin-top: 0
    }

    .grid-container.nanorep .nav3 ul li.nav3-selector:before {
        color: #fff;
        content: "+";
        display: block;
        font-size: 1.875rem;
        font-weight: 600;
        height: 30px;
        left: 10px;
        line-height: 1.8125rem;
        position: absolute;
        text-align: center;
        top: 7px;
        transition: all .4s ease 0s;
        width: 30px;
        z-index: 10
    }

    .grid-container.nanorep .nav3 ul li.nav3-selector:after {
        content: "";
        display: block;
        height: 100%;
        opacity: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 10
    }

    .grid-container.nanorep .nav3 ul li.nav3-selector>a {
        background-color: #b2bfd0;
        color: #fff
    }

    .grid-container.nanorep .nav3 ul li.nav3-selector.open:before {
        color: #fff;
        transform: rotate(45deg)
    }

    .grid-container.nanorep .nav3 ul .nav3-subnav {
        background-color: #515e79;
        box-shadow: inset 0 4px 5px -4px rgba(0, 0, 0, .25);
        display: none;
        margin: 0
    }

    .grid-container.nanorep .nav3 ul .nav3-subnav li>a {
        padding-left: 20px
    }

    .grid-container.nanorep .nav3 ul .nav3-subnav.open {
        display: block;
        margin: 0 0 30px
    }

    .grid-container.nanorep .nav3 ul .nav3-subnav.open li {
        display: block;
        margin-top: 0
    }

    .grid-container.nanorep .nav3 ul .nav3-subnav.open li.current-menu-item>a {
        background-color: rgba(0, 0, 0, .1);
        font-size: 1.25rem;
        font-weight: 400;
        line-height: 1.875rem;
        padding-left: 45px
    }

    .nav4 ul.nav4-resources {
        border-top: 1px solid #0c51a3;
        display: block;
        margin-left: 0;
        padding: 0
    }

    .nav4 ul.nav4-resources li {
        border-bottom: 1px solid #0c51a3;
        margin-top: -45px;
        opacity: 0;
        padding: 0;
        transition: all .375s ease 0s
    }

    .nav4 ul.nav4-resources li:before {
        display: none
    }

    .nav4 ul.nav4-resources li a {
        display: block;
        font-size: .9375rem;
        font-weight: 400;
        line-height: 1.25rem;
        padding: 12px 15px 12px 60px;
        text-decoration: none;
        text-transform: uppercase
    }

    .nav4 ul.nav4-resources li:first-child {
        background-color: #fff;
        margin-top: 0;
        opacity: 1;
        z-index: 5
    }

    .nav4 ul.nav4-resources li:first-child:before {
        background-color: #0c51a3;
        content: "";
        display: block;
        height: 45px;
        left: 0;
        position: absolute;
        top: -1px;
        width: 45px
    }

    .nav4 ul.nav4-resources li:first-child a {
        font-weight: 600
    }

    .nav4 ul.nav4-resources li:first-child a:before {
        color: #fff;
        content: "+";
        display: block;
        font-size: 1.875rem;
        font-weight: 600;
        height: 45px;
        left: 0;
        line-height: 2.5625rem;
        position: absolute;
        text-align: center;
        top: 0;
        transition: all .4s ease 0s;
        width: 45px;
        z-index: 10
    }

    .nav4 ul.nav4-resources li:first-child a.open:before {
        opacity: .5;
        transform: rotate(45deg)
    }

    .nav4 ul.nav4-resources.open li {
        margin-top: 0;
        opacity: 1
    }

    article .pagination {
        margin-top: 15px;
        padding-top: 0
    }

    article .pagination span a {
        display: block;
        padding: 0
    }

    article .pagination span.previous {
        text-align: left
    }

    article .pagination span.next {
        text-align: right
    }

    article .pagination span:first-child.next {
        text-align: left
    }

    article .pagination .link {
        border-left: none;
        margin-left: 0
    }

    .single-insight .insight-top-content .author .names {
        line-height: 1.5625rem
    }

    .single-insight .insight-body-content .social-sharing {
        margin-top: 50px
    }

    .single-insight .insight-body-content .social-sharing a.ss-button-facebook,
    .single-insight .insight-body-content .social-sharing a.ss-button-linkedin,
    .single-insight .insight-body-content .social-sharing a.ss-button-pinterest,
    .single-insight .insight-body-content .social-sharing a.ss-button-reddit,
    .single-insight .insight-body-content .social-sharing a.ss-button-twitter,
    .single-insight .insight-body-content .social-sharing a.ss-button-xing {
        -webkit-margin-end: 10px;
        margin-inline-end: 10px;
        max-width: 50px
    }

    .single-insight .insight-body-content .social-sharing a.ss-button-facebook {
        background-position: 20px -184px
    }

    .single-insight .insight-body-content .social-sharing a.ss-button-twitter {
        background-position: 18px -228px
    }

    .single-insight .insight-body-content .social-sharing a.ss-button-linkedin {
        background-position: 18px -272px
    }

    .single-insight .insight-sidebar-content {
        margin-top: 50px
    }

    .landing-page-only-logo .hero-spacer,
    .page-template-template-smart-tabs-banner .hero-spacer,
    .page-template-template-top-banner .hero-spacer {
        height: 40px
    }

    .landing-page-only-logo .hero-spacer+.additional-content-rows,
    .page-template-template-smart-tabs-banner .hero-spacer+.additional-content-rows,
    .page-template-template-top-banner .hero-spacer+.additional-content-rows {
        margin-top: -40px
    }

    .landing-page-only-logo #site-logo {
        margin-left: auto;
        margin-right: auto
    }
}

@media screen and (min-width:600px) {
    .form.form-justified .form-cell {
        padding-left: 35%;
        padding-top: 10px
    }

    .form.form-justified .form-cell.has-disclaimer .fxcm-link {
        top: 14px
    }

    .form.form-justified .form-cell.field-type-checkbox,
    .form.form-justified .form-cell.field-type-custom-html,
    .form.form-justified .form-cell.field-type-radio {
        padding-left: 0
    }

    .form.form-justified .form-cell.field-type-multicheckbox ul li {
        padding-bottom: 27px
    }

    .form.form-justified .form-cell[class*=grid-]:not(.grid-100) {
        padding-right: 40px;
        width: auto
    }

    .form.form-justified .form-cell[class*=grid-]:not(.grid-100)+[class*=grid-]:not(.grid-100) {
        padding-left: 20px
    }

    .form.form-justified input[type=date]~label,
    .form.form-justified input[type=email]~label,
    .form.form-justified input[type=number]~label,
    .form.form-justified input[type=tel]~label,
    .form.form-justified input[type=text]~label,
    .form.form-justified input[type=time]~label,
    .form.form-justified select~label,
    .form.form-justified textarea~label {
        left: 0;
        padding: 7px 0;
        top: 11px
    }

    .form.form-justified .std_error span.invalid {
        left: 35%
    }

    .geo-popup h2 {
        font-size: 1.375rem;
        margin-bottom: 20px
    }

    .smart-toggle-tabs.tab-bg-grey+.smart-tabs-group {
        background: #e0e4e9
    }
}